1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-19 18:15:18 -07:00
A modern, portable, easy to use crypto library.
Go to file
2017-06-28 15:49:49 +02:00
builds Regen MSVC projects 2017-06-27 16:23:53 +02:00
contrib
dist-build
m4 C++ compat 2017-06-23 11:48:08 +02:00
msvc-scripts
packaging
src Encode Argon2id hashes 2017-06-28 15:49:28 +02:00
test + Argon2id tests 2017-06-28 15:49:49 +02:00
.gitignore + Argon2id tests 2017-06-28 15:49:49 +02:00
.travis.yml
appveyor.yml
AUTHORS
autogen.sh
ChangeLog Document Argon2id support 2017-06-27 16:39:15 +02:00
configure.ac
libsodium-uninstalled.pc.in
libsodium.pc.in
libsodium.sln
libsodium.vcxproj Regen MSVC projects 2017-06-27 16:23:53 +02:00
libsodium.vcxproj.filters Regen MSVC projects 2017-06-27 16:23:53 +02:00
LICENSE
logo.png
Makefile.am
README.markdown
THANKS

Build Status Windows build status Coverity Scan Build Status Make a donation to support this project

libsodium

Sodium is a new, easy-to-use software library for encryption, decryption, signatures, password hashing and more.

It is a portable, cross-compilable, installable, packageable fork of NaCl, with a compatible API, and an extended API to improve usability even further.

Its goal is to provide all of the core operations needed to build higher-level cryptographic tools.

Sodium supports a variety of compilers and operating systems, including Windows (with MingW or Visual Studio, x86 and x64), iOS and Android.

Documentation

The documentation is a work-in-progress, and is being written using Gitbook:

Integrity Checking

The integrity checking instructions (including the signing key for libsodium) are available in the installation section of the documentation.

Community

A mailing-list is available to discuss libsodium.

In order to join, just send a random mail to sodium-subscribe {at} pureftpd {dot} org.

License

ISC license.