coconnor0803 / csci3308team015-06

CSCI 3308 LearnMaster Application
0 stars 0 forks source link

Security Measures #3

Closed AdarshChar closed 5 months ago

AdarshChar commented 7 months ago

As a user, I expect my credentials and personal information to be securely stored and encrypted, ensuring the privacy and security of my data.

Acceptance Criteria: As a user, my passwords should be securely hashed and stored in the database and any sensitive data should be encrypted both during transmission and storage.

AdarshChar commented 5 months ago

Started to add password security measures that require users to create more complicated passwords to add some security, work in progress (week 4).

AdarshChar commented 5 months ago

Finished everything in the last week, password strength added based of regex expressions like if the password has a special character or a number, also tells the user if they are a missing a number or special character. Password is also hashed to ensure more security.