Alastair Hogge bc044adf0d security/py-bcrypt: Upgrade port to 4.3.0
* 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
2025-06-13 07:42:07 +02:00

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).