acmpesuecc / acmpesuecc/Bank-Management-System

Add password authentication and encryption

オープン
#1 コメント 57 件 リアクション 0 件 担当者 0 名 GitHub で見る
Bounty: 300 enhancement
主要言語
C
スター
0
フォーク
14
PR マージ指標
30日以内にマージされた PR はありません

説明

### Add Password Authentication & Encryption

#### Proposed Solution
1. **Add password authentication** for all user login and registration actions.
2. **Encrypt passwords** before storing them in the csv using a secure algorithm (e.g., **SHA-256**, **bcrypt**, or **argon2**).
3. **Verify passwords** during login by comparing the hashed version of the entered password with the stored hash.
4. (Optional) Implement **password strength validation** and **password reset functionality**. (100-200 extra bounty points)

#### Acceptance Criteria
- [ ] Users can register with a password that is securely hashed.
- [ ] Login authentication validates passwords securely.
- [ ] No plain text passwords are stored in the csv file.
- [ ] Unit tests verify encryption and authentication functionality

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。