Kalium alternatives and similar libraries
Based on the "Security" category.
Alternatively, view Kalium alternatives based on common mentions on social networks and blogs.
-
Tink
DISCONTINUED. Tink is a multi-language, cross-platform, open source library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse. -
OpenAM
OpenAM is an open-source access management solution for identity authentication, authorization, and federation. It provides single sign-on, adaptive authentication, and centralized policy control, enabling secure access to web, mobile, and cloud applications -
SSLContext-Kickstart
π An SSL library for configuring http client or server. Rich with features such as hot reloading ssl and trusting additional certificates during runtime, combining multiple keystores, loading pem files and os/jdk certificates, logging certificate information during ssl handshake, bypassing ssl configuration from other libraries and more -
Password4j
Java cryptographic library that supports Argon2, bcrypt, scrypt and PBKDF2 aimed to protect passwords in databases. Easy to use by design, highly customizable, secure and portable. All the implementations follow the standards and have been reviewed to perform better in the JVM. -
OTP-Java
A small and easy-to-use one-time password generator library for Java implementing RFC 4226 (HOTP) and RFC 6238 (TOTP). -
JObfuscator
JObfuscator is a source code obfuscator for the Java language. Protect Java source code & algorithms from hacking, cracking, reverse engineering, decompilation & technology theft. PHP package for the composer. -
jwt-java
JSON Web Token implementation for Java according to RFC 7519. Easily create, parse and validate JSON Web Tokens using a fluent API.
SaaSHub - Software Alternatives and Reviews
Do you think we are missing an alternative of Kalium or a related project?
README
kalium - Java binding to the Networking and Cryptography (NaCl) library
A Java binding to Networking and Cryptography library by Daniel J. Bernstein. All the hard work of making a portable NaCl API version was done by Frank Denis on libsodium and kalium was totally inspired by Tony Arcieri's work with RbNaCl.
Requirements
- JDK 6 or higher
- Apache Maven
Installation
libsodium
kalium is implemented using jnr-ffi to bind the shared libraries from libsodium. For a more detailed explanation, please refer to RbNaCl's documentation.
OSX
OS X users can get libsodium via homebrew with:
brew install libsodium
Windows
Windows users will need to provide the pre-build binaries from libsodium.
- Download
libsodiumfrom https://download.libsodium.org/libsodium/releases/ - Choose the version of
libsodiumyou wish to use- The archives follow the following pattern: libsodium-{version}-msvc.zip
- From the archive find the artifacts compiled for your architecture and then the MSVC tool set of your choice
- For example:
v141 // these were compiled against the MSVC v141 (i.e. Visual Studio 2017)
- For example:
- Extract from the archive the
dlllibrary files into one of the following locations:- into the
libat the root of the working directory directory of your project. - into a location that is included in your
PATHenvironment variable.
- into the
For example, on Windows 10 machine with a x64 architecture:
{archive root}
ββββx64
...
ββββRelease
...
ββββv141
...
ββββdynamic <- copy the library files from this locaiton.
kalium installation
Add as a Maven dependency to your project.
FAQ
Is Android supported?
No.
Would be nice to have some documentation. Do you have some?
Look at the libsodium docs, they are self explanatory. Or, contribute with docs.
I'm experiencing some issues on Windows. Do you have any idea?
I'm sorry but I'm completely clueless about Windows environment, but if you have any suggestions or PR changes. They will be more than welcome.
Notes
Kalium is the effort of a really small group of people, feedback, bug reports and patches are always welcome.
*Note that all licence references and agreements mentioned in the Kalium README section above
are relevant to that project's source code only.
