Skip to content

Swifty 0.2.0

Compare
Choose a tag to compare
@alchaplinsky alchaplinsky released this 31 Aug 17:32
· 663 commits to master since this release

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..