diff options
Diffstat (limited to 'security/py-bcrypt/pkg-descr')
-rw-r--r-- | security/py-bcrypt/pkg-descr | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/py-bcrypt/pkg-descr b/security/py-bcrypt/pkg-descr index 96e7714285ae..5215f98a82d6 100644 --- a/security/py-bcrypt/pkg-descr +++ b/security/py-bcrypt/pkg-descr @@ -1 +1,5 @@ -Modern password hashing for your software and your servers +Acceptable password hashing. + +While bcrypt remains an acceptable choice for password storage, depending on +your specific use case, you may also want to consider using scrypt (via +standard library or security/py-cryptography) or argon2id (via security/py-argon2-cffi). |