Sha256: b425f02dd3a0ebb2a52115b26b72296f21c247df53fbeb762824c7775e7e898e

Contents?: true

Size: 1.53 KB

Versions: 1

Compression:

Stored size: 1.53 KB

Contents

### v2.1.0
* Improve exception handling [PR#25](https://github.com/mdp/gibberish/pull/25)

### v2.0.0
* Breaking changes to default AES mode
  - Moving to [SJCL](http://bitwiseshiftleft.github.io/sjcl/) compatible AES
  - AES now uses only authenticated modes ("GCM" and "CCM")
  - Deprecating streaming and file AES encryption. This would be better handled
    by another library. Gibberish will focus on compatibility with Javascript/Browser encryption.
  - 1.x CBC encryption/decryption is still available. You can still encrypt and decrypt
    older Gibberish generated AES ciphertexts, but you must call it explicitly
* Breaking change to HMAC - User must explicitly choose a digest. No longer defaults to SHA1
* Deprecating Ruby 1.9.3 since its OpenSSL bindings do not allow for authenticated modes

### v1.4.0
* Fix deprecation. Support for 1.8.7 is deprecated, so bumping minor rev [PR #15](https://github.com/mdp/gibberish/pull/15)

### v1.3.1
* Better errors [PR #14](https://github.com/mdp/gibberish/pull/14)

### v1.3.0
* Add support for file encryption [PR #12](https://github.com/mdp/gibberish/pull/12)
* Add support for streaming encryption [PR #11](https://github.com/mdp/gibberish/pull/11)

### v1.2.2
* Added support for EBC mode on AES [PR #10](https://github.com/mdp/gibberish/pull/10)

### v1.2.1
* Added support for an optional salt - PR mdp/gibberish#9
* Adding gem signing

### v1.2.0
* Added digest support for SHA224/384 and HMAC SHA224/384/512. [Pull request #5](https://github.com/mdp/gibberish/pull/5)

### v1.1.0

* Add SHA512 support

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gibberish-2.1.0 CHANGELOG.mdown