Storing Sensitive Information With Python: Difference between revisions

From Littledamien Wiki
Jump to navigation Jump to search
 
Line 3: Line 3:
* [https://crackstation.net/hashing-security.htm Salted Password Hashing - Doing it Right] - CrackStation
* [https://crackstation.net/hashing-security.htm Salted Password Hashing - Doing it Right] - CrackStation
* [https://www.pythoncentral.io/hashing-strings-with-python/ Hashing Strings With Python] - Python Central (Contains background information about the various historic algorithms.)
* [https://www.pythoncentral.io/hashing-strings-with-python/ Hashing Strings With Python] - Python Central (Contains background information about the various historic algorithms.)
* [https://codereview.stackexchange.com/questions/201265/password-field-based-on-peewee-orm-framework Password field based on peewee ORM framework] - Stack Exchange


== Encrypting strings ==
== Encrypting strings ==

Latest revision as of 13:55, 18 April 2022

Password hashing[edit]

Encrypting strings[edit]