nazrinharris / pecunia

Massively ambitious personal finance app.
1 stars 0 forks source link

Update `PecuniaCrypto` to use `bcrypt` #146

Closed nazrinharris closed 9 months ago

nazrinharris commented 10 months ago

Just a better algorithm to hash passwords. Currently using sha256.

This would need a bit more than "just another algorithm". bcrypt stores the salt directly into the output string, so there's no need for a salt stored.

Deed

nazrinharris commented 9 months ago

Should be completed with 75a3e61 in #132

nazrinharris commented 8 months ago

Actually technically, this is completed with eac8616