A modern, portable, easy to use crypto library.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Frank Denis 1412885351 Remove unused var 5 years ago
builds Rename randombytes_salsa20 to randombytes_internal and switch to ChaCha20 5 years ago
contrib Update Findsodium.cmake 6 years ago
dist-build Update emscripten symbols for ristretto 5 years ago
m4 Make the salsa20 random stream thread local 7 years ago
msvc-scripts Bump to 1.0.17 6 years ago
packaging Format 6 years ago
regen-msvc fileinput is not used any more 6 years ago
src Remove unused var 5 years ago
test Additional salsa20 tests 5 years ago
.gitignore Initial support for ristretto255 5 years ago
.travis.yml Do not trigger Travis+Coverity in the master branch 7 years ago
AUTHORS Initial support for ristretto255 5 years ago
ChangeLog Nits 6 years ago
LICENSE 2019 6 years ago
Makefile.am Add all the Visual Studio files in the tarball 7 years ago
README.markdown Revert "Coverity Scan is having hosting issues" 6 years ago
THANKS + Alexander Ilin for Factor bindings 6 years ago
appveyor.yml Revert "Use os: Visual Studio 2017 in appveyor.yml" 7 years ago
autogen.sh Replace `which` with `command` for portability (#542) 7 years ago
configure.ac Use getentropy(2) if available, cleanup salsa20/randombytes by the way 5 years ago
lgtm.yml + lgtm.yml 6 years ago
libsodium-uninstalled.pc.in Add -pthread to pkgconfig's Libs.private if enabled 6 years ago
libsodium.pc.in Add -pthread to pkgconfig's Libs.private if enabled 6 years ago
libsodium.sln Retarget the top solution to Visual Studio 2015 9 years ago
libsodium.vcxproj Rename randombytes_salsa20 to randombytes_internal and switch to ChaCha20 5 years ago
libsodium.vcxproj.filters Rename randombytes_salsa20 to randombytes_internal and switch to ChaCha20 5 years ago
logo.png Larger logo, less prominent saltcellar 8 years ago

README.markdown

Build Status Windows build status Coverity Scan Build Status

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, Android, as well as Javascript and Webassembly.

Documentation

The documentation is available on Gitbook and built from the libsodium-doc repository:

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.