o1c icon indicating copy to clipboard operation
o1c copied to clipboard

O(1) Cryptography is an easy to use, hard to misuse Java cryptographic library based on O(1) cryptographic algorithms

Results 12 o1c issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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,...

enhancement