diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-07-05 16:46:27 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-07-05 16:46:27 +0200 |
commit | feeb7602a9b386dfdd61190ce633a3b56a10c68f (patch) | |
tree | 44be1198f1bd797c9c0c84337ec1a0a1652521ea /.gitmodules | |
parent | d0a3a2b094f4057d8584e82deffb183a9b03b10d (diff) |
Add tool for creating argon2 hased passwords.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 49cc647..bb7ff44 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "src/ws/marked"] path = src/ws/marked url = https://github.com/markedjs/marked.git +[submodule "argon2"] + path = argon2 + url = https://github.com/P-H-C/phc-winner-argon2 |