[ANN] RbNaCl 1.0.0: Cryptography for Ruby that doesn't suck

I’m happy to announce the first public release of RbNaCl, a Ruby binding to
the Networking and Cryptography library by Daniel J. Bernstein:

RbNaCl is actually a Ruby FFI binding to the shared library provided by
Sodium, a more portable repackaging of NaCl based entirely on the reference
C code in NaCl with all assembly removed:

NaCl itself has been designed to be relatively easy-to-use, with many
common cryptographic user errors eliminated from its algorithms by design.
It provides APIs which seek to eliminate mistakes, and therefore has
relatively simple requirements in order for users to utilize it securely.

RbNaCl is one of the few Ruby crypto libraries which provides authenticated
encryption modes, and wraps both the “box” (public-key) and “secret_box”
(secret-key) encryption functions provided by NaCl. In addition, RbNaCl
also exposes the Ed25519 digital signature algorithm, a fast and
deterministic alternative to algorithms like (EC)DSA. Finally, RbNaCl also
wraps the hash functions and HMAC support found in NaCl.

If you’re looking to do cryptography in Ruby, RbNaCl is one of your best
options.

Enjoy!

···


Tony Arcieri

Yes!!!!

···

On Fri, Mar 8, 2013 at 10:12 AM, Tony Arcieri <tony.arcieri@gmail.com>wrote:

I'm happy to announce the first public release of RbNaCl, a Ruby binding
to the Networking and Cryptography library by Daniel J. Bernstein:

GitHub - RubyCrypto/rbnacl: Ruby FFI binding to the Networking and Cryptography (NaCl) library (a.k.a. libsodium)

RbNaCl is actually a Ruby FFI binding to the shared library provided by
Sodium, a more portable repackaging of NaCl based entirely on the reference
C code in NaCl with all assembly removed:

http://labs.umbrella.com/2013/03/06/announcing-sodium-a-new-cryptographic-library/

NaCl itself has been designed to be relatively easy-to-use, with many
common cryptographic user errors eliminated from its algorithms by design.
It provides APIs which seek to eliminate mistakes, and therefore has
relatively simple requirements in order for users to utilize it securely.

RbNaCl is one of the few Ruby crypto libraries which provides
authenticated encryption modes, and wraps both the "box" (public-key) and
"secret_box" (secret-key) encryption functions provided by NaCl. In
addition, RbNaCl also exposes the Ed25519 digital signature algorithm, a
fast and deterministic alternative to algorithms like (EC)DSA. Finally,
RbNaCl also wraps the hash functions and HMAC support found in NaCl.

If you're looking to do cryptography in Ruby, RbNaCl is one of your best
options.

Enjoy!

--
Tony Arcieri

Wouldn't that be RbCl (since Rubidium is a Group-1 element, like Sodium)?
:wink:

···

On 9 March 2013 03:12, Tony Arcieri <tony.arcieri@gmail.com> wrote:

I'm happy to announce the first public release of RbNaCl, a Ruby binding
to the Networking and Cryptography library by Daniel J. Bernstein:

omg. thankyoux2..

···

On Sat, Mar 9, 2013 at 1:12 AM, Tony Arcieri <tony.arcieri@gmail.com> wrote:

I'm happy to announce the first public release of RbNaCl, a Ruby binding
to the Networking and Cryptography library by Daniel J. Bernstein:

Rubidium Sodium Chloride is totally a thing! I even googled it!

···

On Fri, Mar 8, 2013 at 4:15 PM, Matthew Kerwin <matthew@kerwin.net.au>wrote:

Wouldn't that be RbCl (since Rubidium is a Group-1 element, like Sodium)?
:wink:

--
Tony Arcieri