eshaham / israeli-ynab-updater

A tool for updating YNAB using israeli-bank-scrapers
MIT License
53 stars 15 forks source link

Remove encryption salt from code #34

Open eshaham opened 6 years ago

eshaham commented 6 years ago

To encrypt the user credentials, we currently use a salt hash and check it into the repo. We should either instruct users to generate their own salt, or generate a random one on first use.