Lock-key 1.5.0

Released under the Eclipse Public License

Symmetric encryption wrappers for Clojure.

Installation

To install, add the following dependency to your project or build file:

[lock-key "1.5.0"]

Namespaces

lock-key.core

Wrapper around the Java cryptography extensions in javax.crypto. Implements
symmetric encryption in AES/CBC/PKCS5Padding mode.

lock-key.private.core

Private functions used by lock-key.core. Do not reference this namespace
outside lock-key.core as these fns are subject to change.