Skip to content

Crypto4S is a library which provides support for encryption and decryption functionality in scala.

License

Notifications You must be signed in to change notification settings

tharwaninitin/crypto4s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto4S

License Tests Maven Central javadoc codecov

Crypto4S is a library which provides support for encryption and decryption functionality in scala.

Scala Version Compatibility Matrix

Scala 2.12 Scala 2.13 Scala 3.1

Add the latest release as a dependency to your project

Latest Version

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>

About

Crypto4S is a library which provides support for encryption and decryption functionality in scala.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages