README.md in cryptor-1.0.0 vs README.md in cryptor-1.1.0
- old
+ new
@@ -7,12 +7,12 @@
[![Coverage Status](https://coveralls.io/repos/cryptosphere/cryptor/badge.png?branch=master)](https://coveralls.io/r/cryptosphere/cryptor?branch=master)
A safe Ruby encryption library, designed to support features like multiple
active encryption keys and key rotation.
-Cryptor uses [authenticated encryption] *exclusively*, ensuring your data
-remains untamered with, even when it's in the hands of an attacker.
+Cryptor utilizes [authenticated encryption], which ensures the confidentiality,
+integrity, and authenticity of data while still providing a simple API.
Cryptor supports two backends:
* [RbNaCl::SimpleBox]: (default) authenticated symmetric encryption based on
XSalsa20+Poly1305 from [libsodium].
@@ -21,14 +21,18 @@
Cryptor uses the experimental [ORDO v0 message format][ordo] for serializing
encrypted messages. Future versions may support additional message formats
like OpenPGP or JWE.
+Need help with Cryptor? Join the [RbNaCl Google Group][group].
+We're also on IRC at #cryptosphere on irc.freenode.net
+
[authenticated encryption]: https://en.wikipedia.org/wiki/Authenticated_encryption
[RbNaCl::SimpleBox]: https://github.com/cryptosphere/rbnacl/wiki/SimpleBox
[libsodium]: https://github.com/jedisct1/libsodium/
[ActiveSupport::MessageEncryptor]: http://api.rubyonrails.org/classes/ActiveSupport/MessageEncryptor.html
[ordo]: https://github.com/cryptosphere/ordo/wiki/Message-Format
+[group]: http://groups.google.com/group/rbnacl
## Installation
Add this line to your application's Gemfile: