Here is an example of how to hash and verify passwords with argon2 in Go. For more in depth security we also encrypt the output of argon2 before storing it with a secret key.
See this post for a walkthough.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Here is an example of how to hash and verify passwords with argon2 in Go. For more in depth security we also encrypt the output of argon2 before storing it with a secret key.
See this post for a walkthough.