- Store passwords securely
- Encrypt and decrypt passwords
- Autofill on Webseit
- Backend: Java
- Frontend: Javascript (React + Vite)
- Encrypt password with AES base 64 and hash
- Salt encryped password.
- Store new AES code.
- login to safe.
- open web application
- log onto page
- encrypt input and compared to base password
- choose password to show
- enter 4 digit pin to show
- Decrypt password
- input name + password
- encrypt and add to .json (data file)
- Da beim mergen etwas nicht geklapt hat ist das Frontend noch im feature_freontendend und das Backend im feature_Decryption/Encryption.