Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

could add rounds when hash ? #14

Open
wuxiao-ling197 opened this issue Feb 5, 2024 · 0 comments
Open

could add rounds when hash ? #14

wuxiao-ling197 opened this issue Feb 5, 2024 · 0 comments

Comments

@wuxiao-ling197
Copy link

hello , to enforce the hashed password security level in prod environment , i`d think whether golang can add its rounds like passlib usage in python:

pwd_context = CryptContext(
    schemes=["pbkdf2_sha256"],
    default="pbkdf2_sha256",
    pbkdf2_sha256__default_rounds=30000
 )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant