We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 918900e commit 8f2a4fcCopy full SHA for 8f2a4fc
README.md
@@ -24,3 +24,9 @@ SHA-256 encryption and then the passwrod after Salting.
24
Insert the records to the database
25
26
On failing any of the tests, validation is stopped and a Toast is shown to the user containing apriopriate message.
27
+# Good Source on Password Encryption and Practices
28
+
29
+Some sources I used to learn about password encryption.
30
+http://howtodoinjava.com/security/how-to-generate-secure-password-hash-md5-sha-pbkdf2-bcrypt-examples/
31
+https://crackstation.net/hashing-security.htm
32
+https://www.owasp.org/index.php/Password_Storage_Cheat_Sheet
0 commit comments