[Enhancement]: Replace Bcrypt with Argon2id #16

Merged
je-sendra merged 0 commits from refs/pull/16/head into main 2024-12-26 13:26:20 +00:00
je-sendra commented 2024-12-26 13:12:13 +00:00 (Migrated from autotime-api.vewtech.net)

PR

Fixes #14

Description

Add ability to use Argon2id password hashing and set it as default (appsettings example) for enhanced security

Added dependencies

Konscious.Security.Cryptography.Argon2

Testing

Checklist

  • My code follows the coding and style conventions for this project
  • I made a self-evaluation of my code
  • I commented my code, specially in hard to understand areas
  • I made the corresponding changes to the documentation
  • My changes generate no new warnings
  • I created unit tests for my code

Additional context

<!-- Thanks for contributing to Charwiki. Please fill this form to create a new pull request. --> # PR ## Related issue Fixes #14 ## Description <!-- Please include a summary of the change and what problem(s) it solves. --> Add ability to use Argon2id password hashing and set it as default (appsettings example) for enhanced security ## Added dependencies Konscious.Security.Cryptography.Argon2 ## Testing <!-- Please describe all tests ran to verify your changes. Provide instructions to reproduce them. Also list any relevant detail about your testing configuration. Please describe the added unit tests as well. --> ## Checklist - [x] My code follows the coding and style conventions for this project - [x] I made a self-evaluation of my code - [x] I commented my code, specially in hard to understand areas - [ ] I made the corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I created unit tests for my code <!-- If an item in the checklist is not applicable, please mark it, and ideally explain why in this section, below the checklist. --> ## Additional context <!-- Please add any other context about the pull request here. -->
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
LokiShell/Charwiki!16
No description provided.