Changelog
- add config flag & file
.staticrypt.json
to automatically save the salt in between runs without needing the--salt
flag (useful for not logging out users that checked remember me + making the remember me check work across multiple file, see discussion in #125) - hopefully automatically creating a file is not a breaking change. The config file saving can be disabled with
--config false
- better doc
Closes #125