Swifty 0.2.0
Breaking Changes:
- Password is hashed on user input and hash is used as secret for encryption
- Encryption Algorithm changed from aes-256-cbc to aes-256-gcm
Bugfixes
- Security fixes
- Miscellaneous fixes and improvements
Note:
Unfortunately after algorithm was changed for security reasons, Swifty v0.2.0 can no longer decrypt vault which was encrypted by beta version. You would have to migrate data manually to v0.2.0 for now..