mirror of
https://github.com/jedisct1/libsodium.git
synced 2025-05-08 07:05:59 +08:00
Nits
This commit is contained in:
parent
34b2a97dcd
commit
25d2455a42
@ -1,14 +1,14 @@
|
||||
# libsodium
|
||||
[](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)
|
||||
|
||||
[](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.
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
---
|
||||
|
||||
@ -16,7 +16,6 @@ Sodium is an easy-to-use software library that provides a wide range of cryptogr
|
||||
|
||||
- **Encryption & Decryption:** Securely encrypt and decrypt data with modern algorithms.
|
||||
- **Digital Signatures:** Create and verify signatures to ensure data authenticity.
|
||||
- **Password Hashing:** Safeguard credentials with robust password hashing techniques.
|
||||
- **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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user