diff --git a/Password-Hashing.md b/Password-Hashing.md new file mode 100644 index 0000000..b6feabe --- /dev/null +++ b/Password-Hashing.md @@ -0,0 +1,8 @@ +While [discussing various alternatives in hashing passwords](https://github.com/meteor/meteor/discussions/11812#discussioncomment-1930533): + +From @xet7 at 2022-01-08: + +Hi, +about Argon2. Today when I was in progress of translating Gitea from English to Finnish, I noticed this Gitea translation string, related to Argon2: + +> `argon2` whilst having good characteristics uses a lot of memory and may be inappropriate for small systems.