Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

[Feature] Encrypt user credentials at rest #41

Open
ditsuke opened this issue Apr 29, 2023 · 0 comments
Open

[Feature] Encrypt user credentials at rest #41

ditsuke opened this issue Apr 29, 2023 · 0 comments
Labels
ASoC difficulty/medium enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@ditsuke
Copy link
Member

ditsuke commented Apr 29, 2023

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
ASoC difficulty/medium enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant