Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tharwaninitin/crypto4s
- Owner: tharwaninitin
- License: apache-2.0
- Created: 2022-01-04T19:45:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-10T22:47:08.000Z (almost 3 years ago)
- Last Synced: 2023-07-01T00:08:43.179Z (over 1 year ago)
- Language: Scala
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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```