Open mcoquet opened 3 years ago
The project is using bcrypt, and it already has a healthy selection of options for algorithms.
bcrypt
It would be great to let the user select the one they would like to use through an ENV variable or similar.
A secure default should be used like AES256 for example. It might also be necessary to allow the user to inject algorithm specific configuration.
AES256
The project is using
bcrypt
, and it already has a healthy selection of options for algorithms.It would be great to let the user select the one they would like to use through an ENV variable or similar.
A secure default should be used like
AES256
for example. It might also be necessary to allow the user to inject algorithm specific configuration.