* Add upstream version constraints where possible
* port{clippy|fmt|lint} housekeeping
* Remove devel/py-cffi from ${BUILD_DEPENDS}, and ${RUN_DEPENDS}, it is
no longer required
* Use ${DISTVERION} over ${PORTVERSION}, following the practices set out in,
the FreeBSD Porter's Handbook
Co-authored-by: Siva Mahadevan <me@svmhdvn.name>
PR: 276049
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D50803
Changelog: https://github.com/pyca/bcrypt/tree/main?tab=readme-ov-file#430
6 lines
268 B
Plaintext
6 lines
268 B
Plaintext
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).
|