This repository has been archived by the owner on Nov 6, 2024. It is now read-only.
[Feature] Encrypt user credentials at rest #41
Labels
ASoC
difficulty/medium
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Problem
We're storing user credentials in plain-text. This is less than ideal as a database breach would render them exposed.
Solution
Encrypt these credentials while storing, decrypt them while using. A secure symmetric algorithm like AES-256 should suffice.
Reference: #35
The text was updated successfully, but these errors were encountered: