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 36dcdafca4 Update wasi-sdk 5 years ago
build-aux Add support for Twizzler 5 years ago
builds 1.0.18 5 years ago
contrib Fix Findsodium.cmake SODIUM_VERSION_STRING regex 5 years ago
dist-build workaround for error caused by latest emscripten 5 years ago
m4 1.0.16 7 years ago
msvc-scripts 1.0.18 5 years ago
packaging 1.0.18 5 years ago
regen-msvc Indent regen-msvc.py 5 years ago
src Revert "Revert "Disable AVX512 Argon2 implementation on MacOS"" 5 years ago
test WASI can't read its own writes without an explicit fflush() 5 years ago
.gitignore 1.0.18 5 years ago
.travis.yml Indent .travis.yml with prettier 5 years ago
AUTHORS 1.0.18 5 years ago
ChangeLog ChangeLog nits 5 years ago
LICENSE 2019 6 years ago
Makefile.am Add all the Visual Studio files in the tarball 7 years ago
Makefile.in Regen, update config.{guess, sub} 5 years ago
README.markdown Update status badge 5 years ago
THANKS + Alexander Ilin for Factor bindings 6 years ago
aclocal.m4 Regen autoconf scripts 6 years ago
appveyor.yml 1.0.18 5 years ago
autogen.sh Add -S for curl 5 years ago
azure-pipelines.yml Update wasi-sdk 5 years ago
configure Use -fno-stack-check as an alternative to -ffreestanding 5 years ago
configure.ac Use -fno-stack-check as an alternative to -ffreestanding 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 1.0.18 5 years ago
libsodium.vcxproj.filters 1.0.18 5 years ago
logo.png Recompress logo 5 years ago

README.markdown

Build Status Windows build status Coverity Scan Build Status Azure 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.