atoponce / d-note

Self destructing encrypted notes
Other
130 stars 43 forks source link

Move salts in __init__.py to external config #29

Closed atoponce closed 10 years ago

atoponce commented 10 years ago

The salts should be moved to an external config that is not clobbered by a "git pull" when updating the source. This should free up administrators changing the salts once, and leaving them be, while still being able to update their local repository.

atoponce commented 10 years ago

Done