Skip to content

Releases: backslash-f/aescryptable

Swift 5.1 + Xcode 11

27 Jun 09:47
Compare
Choose a tag to compare
Upgrade Swift Tools version (5.1)

 - Migrate Package files to Xcode 11.
 - Remove images from project (in favor of Imgur).

Minor refactor around AESError

04 Apr 15:58
Compare
Choose a tag to compare
v1.0.3

AESError is now AES.Error

Refactoring & Enhancements

04 Apr 15:57
Compare
Choose a tag to compare

Kudos to the user Leo from SO:

  • Favor Data(string.utf8) over string.data(using: .utf8)
  • Remove stringToDataFailed error

Also added a Playground to make it easier to see the code in action.

Random iv is back

03 Apr 12:10
ccadeee
Compare
Choose a tag to compare
  • Bring back random iv generation
  • Remove NSData.bytes usage

First Release

31 Mar 15:49
37d9436
Compare
Choose a tag to compare
Update AES.swift

Make `public data` otherwise `public init` isn't exposed