Python bcrypt: Revision history

From wikinotes

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

20 March 2019

  • curprev 18:1418:14, 20 March 2019Will talk contribs 206 bytes +206 Created page with "<source lang="python"> import bcrypt hashed_pw = bcrypt.hashpw('password'.encode('utf-8'), bcrypt.gensalt()) if bcrypt.checkpw(password.encode('utf-8'), hashed_pw): print..."