2013-04-26 02:43:19 -04:00
[![Build Status ](https://travis-ci.org/jedisct1/libsodium.png?branch=master )](https://travis-ci.org/jedisct1/libsodium?branch=master)
2013-01-31 02:25:02 -05:00
![libsodium ](https://raw.github.com/jedisct1/libsodium/master/logo.png )
2013-01-31 02:16:54 -05:00
============
2013-01-20 03:03:34 -05:00
2013-01-20 19:56:17 -05:00
[NaCl ](http://nacl.cr.yp.to/ ) (pronounced "salt") is a new easy-to-use
high-speed software library for network communication, encryption,
decryption, signatures, etc.
2013-01-20 03:03:34 -05:00
2013-01-20 19:56:17 -05:00
NaCl's goal is to provide all of the core operations needed to build
higher-level cryptographic tools.
2013-04-27 16:26:40 -04:00
Sodium is a portable, cross-compilable, installable, packageable
2013-10-28 04:24:44 -04:00
fork of NaCl (based on the latest released upstream version [nacl-20110221 ](http://hyperelliptic.org/nacl/nacl-20110221.tar.bz2 )), with a compatible API.
2013-01-20 19:56:17 -05:00
2014-01-01 06:19:04 -05:00
The design choices, particularly in regard to the Curve25519
Diffie-Hellman function, emphasize security (whereas NIST curves
emphasize "performance" at the cost of security), and "magic
2014-01-03 15:40:45 -05:00
constants" in NaCl/Sodium have clear rationales.
2014-01-01 06:19:04 -05:00
The same cannot be said of NIST curves, where the specific origins of
certain constants are not described by the standards.
And despite the emphasis on higher security, primitives are faster
across-the-board than most implementations of the NIST standards.
2013-01-21 23:34:14 -05:00
## Portability
2013-01-20 19:56:17 -05:00
In order to pick the fastest working implementation of each primitive,
NaCl performs tests and benchmarks at compile-time. Unfortunately, the
2013-03-06 22:46:09 -05:00
resulting library is not guaranteed to work on different hardware.
2013-01-20 19:56:17 -05:00
2013-04-27 01:04:36 -04:00
Sodium performs tests at run-time, so that the same binary package can
still run everywhere.
2013-01-20 19:56:17 -05:00
Sodium is tested on a variety of compilers and operating systems,
2013-10-22 01:25:33 -04:00
including Windows (with MingW or Visual Studio, x86 and x64), iOS and Android.
2013-01-20 19:56:17 -05:00
2013-01-21 23:34:14 -05:00
## Installation
2013-01-20 19:56:17 -05:00
2013-03-06 22:46:09 -05:00
Sodium is a shared library with a machine-independent set of
2013-01-20 19:56:17 -05:00
headers, so that it can easily be used by 3rd party projects.
The library is built using autotools, making it easy to package.
Installation is trivial, and both compilation and testing can take
2013-01-21 23:34:14 -05:00
advantage of multiple CPU cores.
2013-01-22 00:33:39 -05:00
Download a
2013-07-07 17:04:52 -04:00
[tarball of libsodium ](https://download.libsodium.org/libsodium/releases/ ),
2013-01-21 23:34:14 -05:00
then follow the ritual:
2013-01-20 19:56:17 -05:00
./configure
2013-01-21 14:32:34 -05:00
make & & make check & & make install
2013-01-20 19:56:17 -05:00
2013-05-02 01:11:08 -04:00
Pre-compiled Win32 packages are available for download at the same
location.
2013-07-05 07:15:22 -04:00
Integrity of source tarballs can currently be checked using PGP or
verified DNS queries (`dig +dnssec +short txt < file > .download.libsodium.org`
returns the SHA256 of any file available for download).
2013-10-28 01:00:53 -04:00
## Pre-built binaries
Pre-built libraries for Visual studio 2010, 2012 and 2013, both for
x86 and x64, are available for download at
https://download.libsodium.org/libsodium/releases/ , courtesy of
Samuel Neves (@sneves).
2014-05-12 16:59:52 -04:00
## Bindings for other languages
* C++: [sodiumpp ](https://github.com/rubendv/sodiumpp )
* Erlang: [Erlang-NaCl ](https://github.com/tonyg/erlang-nacl )
* Erlang: [Salt ](https://github.com/freza/salt )
* Haskell: [Saltine ](https://github.com/tel/saltine )
* Idris: [Idris-Sodium ](https://github.com/edwinb/sodium-idris )
* Java: [Kalium ](https://github.com/abstractj/kalium )
* Java JNI: [Kalium-JNI ](https://github.com/joshjdevl/kalium-jni )
* Julia: [Sodium.jl ](https://github.com/amitmurthy/Sodium.jl )
* LUA: [lua-sodium ](https://github.com/morfoh/lua-sodium )
* .NET: [libsodium-net ](https://github.com/adamcaudill/libsodium-net )
* NodeJS: [node-sodium ](https://github.com/paixaop/node-sodium )
* Objective C: [NAChloride ](https://github.com/gabriel/NAChloride )
* OCaml: [ocaml-sodium ](https://github.com/dsheets/ocaml-sodium )
* Perl: [Crypto-Sodium ](https://github.com/mgregoro/Crypt-Sodium )
* Pharo/Squeak: [Crypto-NaCl ](http://www.eighty-twenty.org/index.cgi/tech/smalltalk/nacl-for-squeak-and-pharo-20130601.html )
* PHP: [PHP-Sodium ](https://github.com/alethia7/php-sodium )
* PHP: [libsodium-php ](https://github.com/jedisct1/libsodium-php )
* Python: [PyNaCl ](https://github.com/dstufft/pynacl )
* Python: [PySodium ](https://github.com/stef/pysodium )
* Racket: part of [CRESTaceans ](https://github.com/mgorlick/CRESTaceans/tree/master/bindings/libsodium )
* Ruby: [RbNaCl ](https://github.com/cryptosphere/rbnacl )
* Ruby: [Sodium ](https://github.com/stouset/sodium )
* Rust: [Sodium Oxide ](https://github.com/dnaq/sodiumoxide )
2013-01-20 19:56:17 -05:00
## Comparison with vanilla NaCl
2013-01-20 19:57:26 -05:00
Sodium does not ship C++ bindings. These might be part of a distinct
package.
2013-01-20 19:56:17 -05:00
The default public-key signature system in NaCl was a prototype that
shouldn't be used any more.
Sodium ships with the SUPERCOP reference implementation of
[Ed25519 ](http://ed25519.cr.yp.to/ ), and uses this system by default
for `crypto_sign*` operations.
For backward compatibility, the previous system is still compiled in,
as `crypto_sign_edwards25519sha512batch*` .
## Additional features
The Sodium library provides some convenience functions in order to retrieve
2013-03-31 18:22:43 -04:00
the current version of the package and of the shared library:
2013-01-20 19:56:17 -05:00
const char *sodium_version_string(void);
2013-03-31 18:22:43 -04:00
const int sodium_library_version_major(void);
const int sodium_library_version_minor(void);
2013-01-20 19:56:17 -05:00
Headers are installed in `${prefix}/include/sodium` .
A convenience header includes everything you need to use the library:
#include < sodium.h >
2013-01-20 15:10:51 -05:00
2013-11-20 17:08:57 -05:00
This is not required, however, before any other libsodium functions, it
2013-11-20 17:06:17 -05:00
is recommended to call:
2013-04-18 08:27:20 -04:00
2013-04-18 13:14:10 -04:00
sodium_init();
2013-04-18 08:27:20 -04:00
2013-04-23 17:18:45 -04:00
This will pick optimized implementations of some primitives, if they
appear to work as expected after running some tests, and these will be
2013-11-20 17:06:17 -05:00
used for subsequent operations.
It will also initialize the pseudorandom number generator.
This function should only be called once, and before performing any other
operations.
Doing so is required to ensure thread safety of all the functions provided by
the library.
2013-04-19 08:19:23 -04:00
2013-01-21 17:15:23 -05:00
Sodium also provides helper functions to generate random numbers,
leveraging `/dev/urandom` or `/dev/random` on *nix and the cryptographic
service provider on Windows. The interface is similar to
2013-04-26 12:55:47 -04:00
`arc4random(3)` . It is `fork(2)` -safe but not thread-safe. This holds
2013-04-26 20:27:55 -04:00
true for `crypto_sign_keypair()` and `crypto_box_keypair()` as well.
2013-01-21 17:15:23 -05:00
uint32_t randombytes_random(void);
Return a random 32-bit unsigned value.
void randombytes_stir(void);
Generate a new key for the pseudorandom number generator. The file
descriptor for the entropy source is kept open, so that the generator
can be reseeded even in a chroot() jail.
uint32_t randombytes_uniform(const uint32_t upper_bound);
Return a value between 0 and upper_bound using a uniform distribution.
void randombytes_buf(void * const buf, const size_t size);
Fill the buffer `buf` with `size` random bytes.
int randombytes_close(void);
Close the file descriptor or the handle for the cryptographic service
provider.
A custom implementation of these functions can be registered with
`randombytes_set_implementation()` .
2013-01-21 22:57:11 -05:00
2013-03-19 00:40:16 -04:00
In addition, Sodium provides a function to securely wipe a memory
region:
void sodium_memzero(void * const pnt, const size_t size);
2014-05-08 17:19:46 -04:00
2013-03-19 00:40:16 -04:00
Warning: if a region has been allocated on the heap, you still have
to make sure that it can't get swapped to disk, possibly using
`mlock(2)` .
2013-07-08 02:38:14 -04:00
In order to compare memory zones in constant time, Sodium provides:
2013-04-23 17:18:45 -04:00
int sodium_memcmp(const void * const b1_, const void * const b2_,
size_t size);
2013-10-30 09:47:13 -04:00
`sodium_memcmp()` returns `0` if `size` bytes at `b1_` and `b2_` are
equal, another value if they are not. Unlike `memcmp()` ,
`sodium_memcmp()` cannot be used to put `b1_` and `b2_` into a defined
order.
2013-07-08 02:38:14 -04:00
And a convenience function for converting a binary buffer to a
hexadecimal string:
char * sodium_bin2hex(char * const hex, const size_t hexlen,
const unsigned char *bin, const size_t binlen);
2014-05-08 17:19:46 -04:00
Sensitive data should not be swapped out to disk, especially if swap
partitions are not encrypted. Libsodium provides the `sodium_mlock()`
function to lock pages in memory before writing sensitive content to
them:
int sodium_mlock(void *addr, size_t len);
Once done with these pages, they can be unlocked with
`sodium_munlock()` . This function will zero the data before unlocking
the pages.
int sodium_munlock(void * addr, size_t len);
2014-04-04 20:14:37 -04:00
## Easy interfaces to `crypto_box` and `crypto_secretbox`
`crypto_box` and `crypto_secretbox` require prepending
`crypto_box_ZEROBYTES` or `crypto_secretbox_ZEROBYTE` extra bytes to the
2014-05-08 17:19:46 -04:00
message, and making sure that these are all zeros.
2014-04-04 20:14:37 -04:00
A similar padding is required to decrypt the ciphertext. And this
padding is actually larger than the MAC size,
`crypto_box_MACBYTES` /`crypto_secretbox_MACBYTES`.
This API, as defined by NaCl, can be confusing. And while using a
larger buffer and two pointers is not an issue for native C
applications, this might not be an option when another runtime is
controlling the allocations.
Libsodium provides an easy, higher-level interface to these operations.
int crypto_box_easy(unsigned char *c, const unsigned char *m,
unsigned long long mlen, const unsigned char *n,
const unsigned char *pk, const unsigned char *sk);
This function encrypts and authenticates a message `m` using the
sender's secret key `sk` , the receiver's public key `pk` and a nonce
`n` , which should be `crypto_box_NONCEBYTES` bytes long.
The ciphertext, including the MAC, will be copied to `c` , whose length
should be `len(m) + crypto_box_MACBYTES` , and that doesn't require to be
initialized.
int crypto_box_open_easy(unsigned char *m, const unsigned char *c,
unsigned long long clen, const unsigned char *n,
const unsigned char *pk, const unsigned char *sk);
This function verifies and decrypts a ciphertext `c` as returned by
`crypto_box_easy()` , whose length is `clen` , using the nonce `n` , the
receiver's secret key `sk` , and the sender's public key `pk` . The
message is stored to `m` , whose length should be at least `len(c) -
crypto_box_MACBYTES` and that doesn't require to be initialized.
Similarily, secret-key authenticated encryption provide "easy" wrappers:
int crypto_secretbox_easy(unsigned char *c, const unsigned char *m,
unsigned long long mlen, const unsigned char *n,
const unsigned char *k);
int crypto_secretbox_open_easy(unsigned char *m, const unsigned char *c,
unsigned long long clen, const unsigned char *n,
const unsigned char *k);
The length of the ciphertext, which will include the MAC, is
`len(m) + crypto_secretbox_MACBYTES` , and the length of the buffer for
the decrypted message doesn't have to be more than `len(c) -
crypto_secretbox_MACBYTES`.
The "easy" interface currently requires allocations and copying, which
makes it slower than using the traditional NaCl interface. This
shouldn't make any sensible difference in most use cases, and future
versions of the library may not require extra copy operations any
more. Unless speed is absolutely critical, you are welcome to use the
"easy" interface, especially if you are new to NaCl/Sodium.
2013-04-23 17:18:45 -04:00
## New operations
### crypto_shorthash
A lot of applications and programming language implementations have
been recently found to be vulnerable to denial-of-service attacks when
a hash function with weak security guarantees, like Murmurhash 3, was
used to construct a hash table.
In order to address this, Sodium provides the “shorthash” function,
currently implemented using SipHash-2-4. This very fast hash function
outputs short, but unpredictable (without knowing the secret key)
values suitable for picking a list in a hash table for a given key.
See `crypto_shorthash.h` for details.
### crypto_generichash
This hash function provides:
* A variable output length (up to `crypto_generichash_BYTES_MAX` bytes)
* A variable key length (from no key at all to
`crypto_generichash_KEYBYTES_MAX` bytes)
* A simple interface as well as a streaming interface.
`crypto_generichash` is currently being implemented using
[Blake2 ](https://blake2.net/ ).
2014-05-08 15:34:28 -04:00
### crypto_pwhash (scrypt)
2014-05-08 15:32:49 -04:00
High-level functions for password hashing are not defined yet: they will
eventually be wrappers for the winning function of the ongoing
[Password Hashing Competition ](https://password-hashing.net/ ).
Meanwhile, the [scrypt ](http://www.tarsnap.com/scrypt.html ) function is
available through explicitly-named functions, and will remain available
in the library even after the PHC.
int crypto_pwhash_scryptxsalsa208sha256(unsigned char *out,
unsigned long long outlen,
const char *passwd,
unsigned long long passwdlen,
const unsigned char *salt,
2014-05-12 15:34:41 -04:00
unsigned long long opslimit,
size_t memlimit);
2014-05-08 15:32:49 -04:00
This function derives `outlen` bytes from a password `passwd` and a
salt `salt` that has to be `crypto_pwhash_scryptxsalsa208sha256_SALTBYTES`
bytes long.
The function will use at most `memlimit` bytes of memory and `opslimit`
is the maximum number of iterations to perform. Making the function
memory-hard and CPU intensive by increasing these parameters might increase
security.
Although password storage was not the primary goal of the scrypt
function, it can still be used for this purpose:
int crypto_pwhash_scryptxsalsa208sha256_str
(char out[crypto_pwhash_scryptxsalsa208sha256_STRBYTES],
const char *passwd,
unsigned long long passwdlen,
2014-05-12 15:34:41 -04:00
unsigned long long opslimit,
size_t memlimit);
2014-05-08 15:32:49 -04:00
This function returns a `crypto_pwhash_scryptxsalsa208sha256_STRBYTES`
bytes C string (the length includes the final `\0` ) suitable for storage.
The string is guaranteed to only include ASCII characters.
The function will use at most `memlimit` bytes of memory and `opslimit`
is the maximum number of iterations to perform. These parameters are
included in the output string, and do not need to be stored separately.
The function automatically generates a random salt, which is also
included in the output string.
int crypto_pwhash_scryptxsalsa208sha256_str_verify
(const char str[crypto_pwhash_scryptxsalsa208sha256_STRBYTES],
const char *passwd,
unsigned long long passwdlen);
This function verifies that hashing the plaintext password `passwd`
results in the stored hash value included in `str` when using the same
parameters.
`0` is returned if the passwords are matching, `-1` is they are not.
2014-05-08 17:30:15 -04:00
The plaintext password should be locked in memory using
`sodium_mlock()` and immediately zeroed out and unlocked after this
function returns, using `sodium_munlock()` .
2014-05-08 15:32:49 -04:00
2013-04-23 17:18:45 -04:00
## Constants available as functions
In addition to constants for key sizes, output sizes and block sizes,
Sodium provides these values through function calls, so that using
them from different languages is easier.
2013-03-18 02:22:40 -04:00
## CurveCP
CurveCP tools are part of a different project,
2013-04-27 13:46:11 -04:00
[libchloride ](https://github.com/jedisct1/libchloride ).
If you are interested in an embeddable CurveCP implementation, take a
look at [libcurvecpr ](https://github.com/impl/libcurvecpr ).
2013-03-18 02:22:40 -04:00
2013-02-23 18:21:45 -05:00
## Mailing list
A mailing-list is available to discuss libsodium.
In order to join, just send a random mail to `sodium-subscribe` {at}
2013-02-23 18:22:53 -05:00
`pureftpd` {dot}`org`.
2013-07-29 12:37:42 -04:00
## License
[ISC license ](http://en.wikipedia.org/wiki/ISC_license ).
See the `COPYING` file for details, `AUTHORS` for designers and
implementors, and `THANKS` for contributors.