https://github.com/jedisct1/libsodium
A modern, portable, easy to use crypto library.
https://github.com/jedisct1/libsodium
c crypto cryptography
Last synced: 6 days ago
JSON representation
A modern, portable, easy to use crypto library.
- Host: GitHub
- URL: https://github.com/jedisct1/libsodium
- Owner: jedisct1
- License: other
- Created: 2013-01-20T00:03:40.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-04-29T09:38:41.000Z (12 months ago)
- Last Synced: 2024-05-01T17:10:38.337Z (12 months ago)
- Topics: c, crypto, cryptography
- Language: C
- Homepage: https://libsodium.org
- Size: 8.4 MB
- Stars: 11,940
- Watchers: 388
- Forks: 1,701
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
- Changelog: ChangeLog
- Funding: .github/FUNDING.yml
- License: LICENSE
- Citation: CITATION.cff
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-repositories - jedisct1/libsodium - A modern, portable, easy to use crypto library. (C)
- awesome-rust-cn - libsodium
- awesome-code-for-gamedev - jedisct1/libsodium - A modern, portable, easy to use crypto library (Crypto / UI Test Automation Scripting)
- StarryDivineSky - jedisct1/libsodium
README
[](https://github.com/jedisct1/libsodium/actions)
[](https://ci.appveyor.com/project/jedisct1/libsodium)
[](https://scan.coverity.com/projects/2397)
[](https://jedisct1.visualstudio.com/Libsodium/_build/latest?definitionId=3&branchName=stable)
[](https://github.com/jedisct1/libsodium/actions)# 
Sodium is an easy-to-use software library that provides a wide range of cryptographic operations including encryption, decryption, digital signatures, and secure password hashing.
It is a portable, cross-compilable, installable, and packageable fork of [NaCl](http://nacl.cr.yp.to/). While maintaining API compatibility, libsodium extends functionality to improve usability and simplify the development of secure applications.
---
## Key Features
- **Encryption & Decryption:** Securely encrypt and decrypt data with modern algorithms.
- **Digital Signatures:** Create and verify signatures to ensure data authenticity.
- **Cross-Platform Compatibility:** Supported on Windows (MinGW and Visual Studio, both x86 and x64), iOS, Android, JavaScript, and WebAssembly.
- **User-Friendly API:** Designed to provide all core cryptographic operations while remaining easy to integrate into your projects.---
## Documentation
Detailed documentation is available online. It is generated from the [libsodium-doc](https://github.com/jedisct1/libsodium-doc) repository and requires JavaScript for full functionality:
- [libsodium Documentation](https://doc.libsodium.org)
---
## Integrity Checking
For security and authenticity, please review the integrity checking instructions. These include the signing keys and methods to verify your installation:
- [Integrity Checking Instructions](https://download.libsodium.org/doc/installation#integrity-checking)
---
## Contributors
### Code Contributors
This project thrives thanks to the valuable contributions from our community. View all the [contributors](https://github.com/jedisct1/libsodium/graphs/contributors):
### Financial Contributors
Your financial support helps us sustain and further develop libsodium.
- [Become a Financial Contributor](https://opencollective.com/libsodium/contribute)
#### Individuals
#### Organizations
Support libsodium with your organization and gain visibility through your logo and website link.
- [Support with Your Organization](https://opencollective.com/libsodium/contribute)
---
## License
This project is distributed under the [ISC license](https://en.wikipedia.org/wiki/ISC_license).