-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate to symmetric encryption for passwords
* RSA is slow and can't encrypt longer texts than key length * Derive AES key from private key to avoid breaking config schema
- Loading branch information
3nprob
committed
Aug 18, 2021
1 parent
06e334a
commit 4030d79
Showing
2 changed files
with
42 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Change encryption algorihm for user passwords from RSA to AES (but derive AES key from RSA key). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters