0.25
Repository is archived
No commit activity in last 3 years
No release in over 3 years
rbnacl with bundled libsodium
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 3.0.1
 Project Readme

RbNaCl::Libsodium

Gem Version Build Status MIT licensed Gitter Chat Maintained: no

DISCONTINUED

THIS GEM HAS OFFICIALLY BEEN DISCONTINUED.

Please use your operating system's package manager to install libsodium when using RbNaCl. For more information, see:

https://github.com/crypto-rb/rbnacl/wiki/Installing-libsodium

About

RbNaCl is a Ruby wrapper for libsodium, a portable version of the Networking and Cryptography library (NaCl) created by Daniel J. Bernstein.

tl;dr: it's one of the best crypto libraries around.

rbnacl-libsodium packages the libsodium library as a Ruby Gem so you don't have to worry about installing it through system packages. It builds just like a native extension, but since RbNaCl is implemented with FFI, works on JRuby too!

Help and Discussion

Have questions? Want to suggest a feature or change? Join a discussion group:

Installation

Add this line to your application's Gemfile:

gem 'rbnacl-libsodium'

And then execute:

$ bundle

Or install it yourself as:

$ gem install rbnacl-libsodium

Usage

require 'rbnacl/libsodium'

will tweak search path allowing rbnacl to find bundled libsodium

License

Copyright (c) 2012-2018 Tony Arcieri, Distributed under the MIT License. See LICENSE for further details.