Skip to content
Matt Sicker edited this page Jan 31, 2021 · 3 revisions

O(1) Cryptography is a Java library for making it easy to use and hard to misuse cryptography algorithms. This library abstracts the underlying cryptographic primitives of modern cryptographic algorithms so that developers can safely and easily add cryptographic security features without having to worry about common pitfalls and vulnerabilities in practical cryptographic applications. This wiki contains documentation for the library. For more details about the design philosophy and origins, see this blog post introduction.

Clone this wiki locally