Skip to content

Commit

Permalink
Gumball chart
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Jul 3, 2014
1 parent 888e130 commit 69c36c9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,22 @@ We're also on IRC at #cryptosphere on irc.freenode.net
[ordo]: https://github.com/cryptosphere/ordo/wiki/Message-Format
[group]: http://groups.google.com/group/rbnacl

## Comparison with other Ruby cryptography libraries

Library | Authenticated Encryption | Key Rotation | Pluggable | JRuby Support | Has a Dinosaur
-----------------------|--------------------------|----------------|----------------|---------------|---------------
[Cryptor] | :green_heart: | :green_heart: | :green_heart: | :green_heart: | :green_heart:
[ActiveSupport] | :yellow_heart: | :broken_heart: | :broken_heart: | :green_heart: | :broken_heart:
[attr_encrypted] | :broken_heart: | :broken_heart: | :green_heart: | :green_heart: | :broken_heart:
[symmetric-encryption] | :broken_heart: | :broken_heart: | :broken_heart: | :green_heart: | :broken_heart:
[Gibberish] | :broken_heart: | :broken_heart: | :broken_heart: | :green_heart: | :broken_heart:

[Cryptor]: https://github.com/cryptosphere/cryptor
[ActiveSupport]: http://api.rubyonrails.org/classes/ActiveSupport/MessageEncryptor.html
[attr_encrypted]: https://github.com/attr-encrypted/attr_encrypted
[symmetric-encryption]: https://github.com/reidmorrison/symmetric-encryption
[Gibberish]: https://github.com/mdp/gibberish

## Installation

Add this line to your application's Gemfile:
Expand Down

0 comments on commit 69c36c9

Please sign in to comment.