Skip to content

Releases: gal-yedidovich/CryptoExtensions

1.1.8

22 Apr 19:34
Compare
Choose a tag to compare

UPDATED swift version to 5.10

Full Changelog: 1.1.7...1.1.8

1.1.7

22 Apr 19:24
Compare
Choose a tag to compare
  • UPDATED swift version to 5.9
  • MINOR fixes in string spelling

Full Changelog: 1.1.6...1.1.7

1.1.6

26 Nov 11:50
Compare
Choose a tag to compare

IMPROVED CBC error:

  • ADDED more info to errors
  • CHANGED cipher to throw "finalized" error when interacting after a call to finalize API

Full Changelog: 1.1.5...1.1.6

1.1.5

08 Oct 22:07
547a191
Compare
Choose a tag to compare

ADDED minor changes
RENAMED enum form Errors to KeychainError
ADDED more info to KeychainError
ADDED GitHub workflow file, build & test

Full Changelog: 1.1.4...1.1.5

BUG-FIX: storing keys on iPhone 13 pro

16 Dec 14:32
9136934
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.3...1.1.4

Internal Improvements

05 Dec 17:16
671d352
Compare
Choose a tag to compare

Replaced implementation that uses InputStream, with new AsyncBytes implementation.

What's Changed

New Contributors

Full Changelog: 1.1.2...1.1.3

Stability improvements

03 Dec 20:32
Compare
Choose a tag to compare

ADDED throwing errors instead of force unwrapping.

Minor fixes

03 Nov 07:16
Compare
Choose a tag to compare
FIXED deprecated warning

FIXED compilation errors on OS-Version

Added ChaChaPoly implementation

18 Aug 06:01
8a13a9f
Compare
Choose a tag to compare

Added ChaChaPoly algorithm implementation to SimpleEncryptor

basic example:

let encryptor = SimpleEncryptor(type: .chachaPoly)

Added content to README.md

10 Aug 08:01
4b656df
Compare
Choose a tag to compare
1.0.1

Update README.md