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)
|
2014-06-28 21:48:53 -04:00
|
|
|
[![Coverity Scan Build Status](https://scan.coverity.com/projects/2397/badge.svg)](https://scan.coverity.com/projects/2397)
|
2013-04-26 02:43:19 -04:00
|
|
|
|
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
|
|
|
|
2014-06-29 01:49:18 -04:00
|
|
|
Sodium is a new, easy-to-use software library for encryption,
|
|
|
|
decryption, signatures, password hashing and more.
|
2013-01-20 03:03:34 -05:00
|
|
|
|
2014-06-29 01:49:18 -04:00
|
|
|
It is a portable, cross-compilable, installable, packageable
|
|
|
|
fork of [NaCl](http://nacl.cr.yp.to/), with a compatible API, and an
|
|
|
|
extended API to improve usability even further.
|
2013-01-20 19:56:17 -05:00
|
|
|
|
2014-06-29 01:49:18 -04:00
|
|
|
Its goal is to provide all of the core operations needed to build
|
|
|
|
higher-level cryptographic tools.
|
2013-01-20 19:56:17 -05:00
|
|
|
|
2014-06-29 01:49:18 -04:00
|
|
|
Sodium supports 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
|
|
|
|
2014-06-29 01:49:18 -04:00
|
|
|
## Documentation
|
2014-05-08 17:19:46 -04:00
|
|
|
|
2014-06-29 01:49:18 -04:00
|
|
|
The documentation is a work-in-progress, and is being written using
|
|
|
|
Gitbook:
|
2014-05-08 17:19:46 -04:00
|
|
|
|
2014-06-29 01:49:18 -04:00
|
|
|
[libsodium documentation](http://doc.libsodium.org)
|
2013-07-29 12:37:42 -04:00
|
|
|
|
2014-06-29 01:50:51 -04:00
|
|
|
## Community
|
|
|
|
|
|
|
|
A mailing-list is available to discuss libsodium.
|
|
|
|
|
2014-06-29 01:51:39 -04:00
|
|
|
In order to join, just send a random mail to `sodium-subscribe` {at}
|
|
|
|
`pureftpd` {dot} `org`.
|
2014-06-29 01:50:51 -04:00
|
|
|
|
2013-07-29 12:37:42 -04:00
|
|
|
## License
|
|
|
|
|
|
|
|
[ISC license](http://en.wikipedia.org/wiki/ISC_license).
|