Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neilalexander/jnacl
Pure Java implementation of curve25519, salsa20, hsalsa20, xsalsa20 and poly1305 cryptographic primitives, along with a NaCl "Box" implementation
https://github.com/neilalexander/jnacl
android-library authentication crypto curve25519 curve25519xsalsa20poly1305 ecc ecdsa hsalsa20 java java-library nacl poly1305 salsa20 xsalsa20 xsalsa20poly1305
Last synced: 3 days ago
JSON representation
Pure Java implementation of curve25519, salsa20, hsalsa20, xsalsa20 and poly1305 cryptographic primitives, along with a NaCl "Box" implementation
- Host: GitHub
- URL: https://github.com/neilalexander/jnacl
- Owner: neilalexander
- License: bsd-2-clause
- Created: 2011-12-30T00:57:09.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2023-10-16T12:27:23.000Z (over 1 year ago)
- Last Synced: 2024-10-14T13:55:31.844Z (3 months ago)
- Topics: android-library, authentication, crypto, curve25519, curve25519xsalsa20poly1305, ecc, ecdsa, hsalsa20, java, java-library, nacl, poly1305, salsa20, xsalsa20, xsalsa20poly1305
- Language: Java
- Homepage:
- Size: 57.6 KB
- Stars: 105
- Watchers: 14
- Forks: 34
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
jnacl
=====Pure Java implementation of the [NaCl: Networking and Cryptography library](http://nacl.cr.yp.to/)
Supports the following crypto primitives:
* curve25519xsalsa20poly1305
License
-------[The BSD 2-Clause License](http://opensource.org/licenses/bsd-license.php)