org.clojars.tnoda/simple-crypto

A Clojure library designed to perform weak encryption, based on 128-bit AES.

Leiningen/Boot

[org.clojars.tnoda/simple-crypto "0.1.0"]

Clojure CLI/deps.edn

org.clojars.tnoda/simple-crypto {:mvn/version "0.1.0"}

Gradle

implementation("org.clojars.tnoda:simple-crypto:0.1.0")

Maven

<dependency>
  <groupId>org.clojars.tnoda</groupId>
  <artifactId>simple-crypto</artifactId>
  <version>0.1.0</version>
</dependency>

Note: this artifact is a non-canonical fork. See the wiki for more details.