Skip to content

Commit 772691a

Browse files
authored
Update README.md
1 parent 38763bf commit 772691a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,15 @@ The parts of the string are:
3838

3939
Because the four argon parameters are stored in the returned string, argon2 password hashes are backwards and forwards compatible with changing the factors. It also makes Argon2 extraordinarily convenient, in that a random salt is automatically generated and stored for you (you don't have to worry about storing it in a database or retrieving it).
4040

41-
4241
This code is licensed under public domain **Unlicense**.
4342

43+
Bonus Reading
44+
------------
45+
46+
- RFC: [The memory-hard Argon2 password hash and proof-of-work function](https://tools.ietf.org/html/draft-irtf-cfrg-argon2-03) *(updated August 3, 2017)*
47+
- Whitepaper: [Argon2: the memory-hard function for password hashing and other
48+
applications](https://github.com/P-H-C/phc-winner-argon2/raw/master/argon2-specs.pdf) *(updated March 24, 2017)*
49+
4450
-----------------
4551

4652
One of the virtues of the Unlicense license is that if you don't like the license, you can change the license to whatever you want. This means that if you don't like the license, you are free to pick any other license you prefer (or your company or country understands):

0 commit comments

Comments
 (0)