Skip to content

Releases: gal-yedidovich/CryptoExtensions

1.1.8

Choose a tag to compare

@gal-yedidovich gal-yedidovich released this 22 Apr 19:34

UPDATED swift version to 5.10

Full Changelog: 1.1.7...1.1.8

1.1.7

Choose a tag to compare

@gal-yedidovich gal-yedidovich released this 22 Apr 19:24
  • UPDATED swift version to 5.9
  • MINOR fixes in string spelling

Full Changelog: 1.1.6...1.1.7

1.1.6

Choose a tag to compare

@gal-yedidovich gal-yedidovich released this 26 Nov 11:50

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

Choose a tag to compare

@gal-yedidovich gal-yedidovich released this 08 Oct 22:07
547a191

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

Choose a tag to compare

@gal-yedidovich gal-yedidovich released this 16 Dec 14:32
9136934

What's Changed

Full Changelog: 1.1.3...1.1.4

Internal Improvements

Choose a tag to compare

@gal-yedidovich gal-yedidovich released this 05 Dec 17:16
671d352

Replaced implementation that uses InputStream, with new AsyncBytes implementation.

What's Changed

New Contributors

Full Changelog: 1.1.2...1.1.3

Stability improvements

Choose a tag to compare

@gal-yedidovich gal-yedidovich released this 03 Dec 20:32

ADDED throwing errors instead of force unwrapping.

Minor fixes

Choose a tag to compare

@gal-yedidovich gal-yedidovich released this 03 Nov 07:16
FIXED deprecated warning

FIXED compilation errors on OS-Version

Added ChaChaPoly implementation

Choose a tag to compare

@gal-yedidovich gal-yedidovich released this 18 Aug 06:01
8a13a9f

Added ChaChaPoly algorithm implementation to SimpleEncryptor

basic example:

let encryptor = SimpleEncryptor(type: .chachaPoly)

Added content to README.md

Choose a tag to compare

@gal-yedidovich gal-yedidovich released this 10 Aug 08:01
4b656df
1.0.1

Update README.md