Custom password encryption #337
Closed
BennySama94
started this conversation in
Feature request
Replies: 2 comments
-
|
@brunobuddy I add the feature to the backlog as it seems essential for production environment |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi @BennySama94 We just pushed a new version that encrypts password with bcrypt instead of sha3. I close the discusion |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to suggest a feature which allows us to use either a custom password encryption, or more options to choose from instead of SHA3 - personally I like to use bcrypt with 10 rounds, so I think it could be a nice backlog addition.
Maybe something in the .env which would be like:
PASSWORD_ENCRYPT = "sha3" # default option if no other or an invalid encryption method is chosen
SALT_ROUNDS = 10 # bcrypt specific
Beta Was this translation helpful? Give feedback.
All reactions