Crypto4S is a library which provides support for encryption and decryption functionality in scala.
Scala 2.12 | Scala 2.13 | Scala 3.1 |
---|---|---|
✅ | ✅ | ✅ |
Add the latest release as a dependency to your project
SBT
libraryDependencies += "com.github.tharwaninitin" %% "crypto4s" % "x.x.x"
Maven
<dependency>
<groupId>com.github.tharwaninitin</groupId>
<artifactId>crypto4s_2.12</artifactId>
<version>x.x.x</version>
</dependency>