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

Improve Secrets security #35

Open
RaphGL opened this issue Sep 6, 2024 · 0 comments
Open

Improve Secrets security #35

RaphGL opened this issue Sep 6, 2024 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@RaphGL
Copy link
Owner

RaphGL commented Sep 6, 2024

stop using SHA256 and instead use a more secure algorithm such as bcrypt, argon2d or argon2id.
this is necessary to prevent user's password from being bruteforced.

@RaphGL RaphGL added the enhancement New feature or request label Sep 6, 2024
@RaphGL RaphGL changed the title Improve Secrets security and change to Argon2id Improve Secrets security Sep 6, 2024
@RaphGL RaphGL added this to the 0.10.0 milestone Sep 18, 2024
@RaphGL RaphGL modified the milestones: 0.10.0, 0.11.0 Oct 30, 2024
@RaphGL RaphGL added bug Something isn't working and removed enhancement New feature or request labels Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant