o1c
o1c copied to clipboard
O(1) Cryptography is an easy to use, hard to misuse Java cryptographic library based on O(1) cryptographic algorithms
This SPI should the Argon2 (i or id; d is not too relevant here) key derivation function as standardized in [PHC](https://www.password-hashing.net/). There are some Java bindings on the main Argon2...
As noted in [this blog post](https://cryptosense.com/blog/mighty-aphrodite-dark-secrets-of-the-java-keystore/), it seems as though most of the built-in `KeyStore` providers are insecure. Using #7, a more secure implementation for `KeyStore` can be made. Alternatively,...