Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tharwaninitin/crypto4s

Crypto4S is a library which provides support for encryption and decryption functionality in scala.
https://github.com/tharwaninitin/crypto4s

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Crypto4S
[![License](http://img.shields.io/:license-Apache%202-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt)
[![Tests](https://github.com/tharwaninitin/crypto4s/actions/workflows/tests.yml/badge.svg)](https://github.com/tharwaninitin/crypto4s/actions/workflows/tests.yml)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.tharwaninitin/crypto4s_2.12/badge.svg)](https://mvnrepository.com/artifact/com.github.tharwaninitin/crypto4s)
[![javadoc](https://javadoc.io/badge2/com.github.tharwaninitin/crypto4s_2.12/javadoc.svg)](https://javadoc.io/doc/com.github.tharwaninitin/crypto4s_2.12)
[![codecov](https://codecov.io/gh/tharwaninitin/crypto4s/branch/main/graph/badge.svg?token=81WH80052S)](https://codecov.io/gh/tharwaninitin/crypto4s)

**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](https://maven-badges.herokuapp.com/maven-central/com.github.tharwaninitin/crypto4s_2.12/badge.svg)](https://mvnrepository.com/artifact/com.github.tharwaninitin/crypto4s)

__SBT__
```
libraryDependencies += "com.github.tharwaninitin" %% "crypto4s" % "x.x.x"
```
__Maven__
```

com.github.tharwaninitin
crypto4s_2.12
x.x.x

```