diff --git a/.env.example b/.env.example index 009cc76f..490bfe87 100644 --- a/.env.example +++ b/.env.example @@ -15,7 +15,7 @@ DB_PREFIX= # Hash Algorithm for Passwords # # Available values: -# - BCRYPT, PHP_PASSWORD_HASH +# - BCRYPT, ARGON2I, PHP_PASSWORD_HASH # - MD5, SALTED2MD5 # - SHA256, SALTED2SHA256 # - SHA512, SALTED2SHA512 diff --git a/app/Services/Cipher/ARGON2I.php b/app/Services/Cipher/ARGON2I.php new file mode 100644 index 00000000..8ed91947 --- /dev/null +++ b/app/Services/Cipher/ARGON2I.php @@ -0,0 +1,16 @@ +