Description:
Store passwords securely using AES or another strong symmetric encryption method.
The encryption key should be derived from the user’s master password or stored securely.
Tasks:
- Add an encryption service class.
- Use environment variables or Vault for secret keys.
- Ensure passwords are never stored or returned in plaintext.
Goal:
Guarantee that all stored password data is encrypted and safe.
Description:
Store passwords securely using AES or another strong symmetric encryption method.
The encryption key should be derived from the user’s master password or stored securely.
Tasks:
Goal:
Guarantee that all stored password data is encrypted and safe.