The Wayback Machine - https://web.archive.org/web/20190613124856/https://github.com/jedisct1/libsodium
Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

A modern, portable, easy to use crypto library
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Fix URL Jun 2, 2019
builds Try to rename internal symbols that were visible in static libraries Jun 10, 2019
contrib Fix Findsodium.cmake SODIUM_VERSION_STRING regex Jun 1, 2019
dist-build Use the same memory limit everywhere May 21, 2019
m4 Revert "Drastically improve the password hashing functions" Apr 1, 2019
msvc-scripts Bump May 30, 2019
packaging Bump May 30, 2019
regen-msvc Move regen-msvc back to place Jun 10, 2019
src Try to rename internal symbols that were visible in static libraries Jun 10, 2019
test getconf(1) may not be available Jun 10, 2019
.gitignore Try to rename internal symbols that were visible in static libraries Jun 10, 2019
.travis.yml Try to rename internal symbols that were visible in static libraries Jun 10, 2019
AUTHORS Initial support for ristretto255 Feb 17, 2019
ChangeLog ChangeLog nits May 30, 2019
LICENSE 2019 Dec 31, 2018
Makefile.am Add all the Visual Studio files in the tarball Jul 24, 2017
README.markdown Update status badge May 29, 2019
THANKS + Alexander Ilin for Factor bindings Dec 25, 2018
appveyor.yml Indent Appveyor rules May 28, 2019
autogen.sh autogen.sh: make config.guess update optional May 16, 2019
azure-pipelines.yml Use Azure Pipelines to produce WASI binaries May 30, 2019
configure.ac Revert "Disable getentropy() on Apple devices" Jun 2, 2019
lgtm.yml + lgtm.yml Mar 27, 2018
libsodium-uninstalled.pc.in Add -pthread to pkgconfig's Libs.private if enabled Jan 14, 2019
libsodium.pc.in Add -pthread to pkgconfig's Libs.private if enabled Jan 14, 2019
libsodium.sln Retarget the top solution to Visual Studio 2015 Nov 1, 2015
libsodium.vcxproj Try to rename internal symbols that were visible in static libraries Jun 10, 2019
libsodium.vcxproj.filters Try to rename internal symbols that were visible in static libraries Jun 10, 2019
logo.png Recompress logo Apr 15, 2019

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.

You can’t perform that action at this time.