xsalsa20poly1305 | pure Java implementation of XSalsa20Poly1305 | Encryption library
kandi X-RAY | xsalsa20poly1305 Summary
kandi X-RAY | xsalsa20poly1305 Summary
A pure Java library which provides symmetric and asymmetric encryption compatible with DJB's NaCl library and its variants (e.g. libsodium). Also includes a class compatible with RbNaCl's SimpleBox construction, which automatically manages nonces for you in a misuse-resistant fashion.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Encrypt a plaintext with the given key
- Encrypt a plaintext with a given key and nonce
- Generates a random nonce
- Generates a private key
- Generates a 32 - byte secret key
- Calculates a shared secret key
- Parses the Hsalsa - 128 encoded header
- Decrypt a ciphertext with the given key
- Decrypt a plaintext using the given key and nonce
- Generates a Curve25519 public key given a private key
xsalsa20poly1305 Key Features
xsalsa20poly1305 Examples and Code Snippets
Community Discussions
Trending Discussions on xsalsa20poly1305
QUESTION
In fact, I am a noober in Linux. I just do and learn something as net tutorial.
I use shadowsocks because some reason. The server use chacha20.
so, I install libsodium.
Firstly, I download libsodium-stable
...ANSWER
Answered 2018-Dec-04 at 22:18I use Ubuntu and this works for me:
First,
sudo apt install software-properties-common -y
Next, install the directory before updating
sudo add-apt-repository ppa:max-c-lv/shadowsocks-libev -y
sudo apt update
Now, install the chacha20 tools for ubuntu to use them)
sudo apt install shadowsocks-libev
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install xsalsa20poly1305
You can use xsalsa20poly1305 like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the xsalsa20poly1305 component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page