net.clojars.jasonbell/quickencrypt

Clojure library to Encrypt/Decrypt with AES Encryption.

Leiningen/Boot

[net.clojars.jasonbell/quickencrypt "0.1.0"]

Clojure CLI/deps.edn

net.clojars.jasonbell/quickencrypt {:mvn/version "0.1.0"}

Gradle

implementation("net.clojars.jasonbell:quickencrypt:0.1.0")

Maven

<dependency>
  <groupId>net.clojars.jasonbell</groupId>
  <artifactId>quickencrypt</artifactId>
  <version>0.1.0</version>
</dependency>