muquit / libsodium-jnaLinks
libsodium-jna is a java library that binds to libsodium C crypto APIs with Java Native Access (JNA)
☆51Updated 10 months ago
Alternatives and similar repositories for libsodium-jna
Users that are interested in libsodium-jna are comparing it to the libraries listed below
Sorting:
- Plain Java implementation of the Noise protocol☆133Updated last year
- Java implementation of the BLAKE2b cryptographic hash function☆79Updated 2 years ago
- Pure Java implementation of curve25519, salsa20, hsalsa20, xsalsa20 and poly1305 cryptographic primitives, along with a NaCl "Box" implem…☆110Updated last year
- A blake2s java implementation☆19Updated 9 years ago
- Pure Java implementation of EdDSA☆224Updated last year
- A Java implementation of the Libsodium crypto library. For the lazy dev.☆145Updated 3 weeks ago
- The friendly complement to the BouncyCastle crypto API for Java.☆40Updated 6 months ago
- Java bindings for FUSE using the FFM API☆51Updated last week
- Java implementation of RFC 7049: Concise Binary Object Representation (CBOR)☆124Updated 7 months ago
- A Java implementation of AES-GCM-SIV (RFC 8452).☆33Updated 6 years ago
- A Java port of TweetNaCl from the original C☆22Updated 4 months ago
- A Java implementation of multibase☆39Updated 2 months ago
- Java Filesystem Provider with integrated encryption☆101Updated this week
- An asymptotically fast version of java.math.BigInteger☆79Updated 3 years ago
- An unoptimized BLAKE3 implementation in Java☆31Updated 3 years ago
- TweetNaCl in Java - a port of TweetNaCl-js☆47Updated 2 years ago
- A Java library for working with Ascii85, also called Base85 - a form of binary-to-text encoding☆17Updated 4 years ago
- Quick-n-dirty standalone Java implementation of ChaCha20 (256-bit key, 64- or 96-bit nonce)☆22Updated 4 years ago
- A JNI code generator based on the JNI generator used by the eclipse SWT project☆168Updated last year
- Apache Tuweni is a set of libraries and other tools to aid development of blockchain and other decentralized software in Java and other J…☆172Updated last year
- Java implementation of age encryption☆30Updated last month
- Java implementation of FIPS 202, SHA3-xxxx, SHAKE128, SHAKE256☆18Updated 4 years ago
- A Java implementation of Multihash☆46Updated last week
- Fluent Java API for Argon2 password hashing☆65Updated 3 years ago
- Generic OpenSSL bindings for Java