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

feat: authentication support using argon2id #29

Merged
merged 9 commits into from
Apr 13, 2024
Merged

feat: authentication support using argon2id #29

merged 9 commits into from
Apr 13, 2024

Conversation

beats-dh
Copy link

@beats-dh beats-dh commented Jul 5, 2023

Description

Argon2id is a highly secure and flexible password hashing algorithm, winner of the PHC contest. It combines the best features of Argon2i and Argon2d to provide protection against timing and parallelism attacks. With adjustable configuration, it is suitable for a variety of scenarios and is widely considered one of the best options for secure password storage.

compatible server: Canary, PR in development

@github-actions
Copy link

github-actions bot commented Aug 6, 2023

This PR is stale because it has been open 45 days with no activity.

@github-actions github-actions bot added the Stale label Aug 6, 2023
@github-actions github-actions bot removed the Stale label Aug 25, 2023
@github-actions
Copy link

This PR is stale because it has been open 45 days with no activity.

@github-actions github-actions bot added the Stale label Sep 24, 2023
fix
up
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
3 Security Hotspots

See analysis details on SonarCloud

@beats-dh beats-dh merged commit d9333dc into main Apr 13, 2024
1 of 2 checks passed
@beats-dh beats-dh deleted the 2fa branch April 13, 2024 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant