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

https://github.com/guizmaii-opensource/zio-aes

Implementation of a `AES` service providing 2 functions: `::encrypt` and `::decrypt`
https://github.com/guizmaii-opensource/zio-aes

aes-encryption functional-programming scala zio

Last synced: 2 months ago
JSON representation

Implementation of a `AES` service providing 2 functions: `::encrypt` and `::decrypt`

Awesome Lists containing this project

README

          

[//]: # (This file was autogenerated using `zio-sbt-website` plugin via `sbt generateReadme` command.)
[//]: # (So please do not edit it manually. Instead, change "docs/index.md" file or sbt setting keys)
[//]: # (e.g. "readmeDocumentation" and "readmeSupport".)

# zio-aes

[![Production Ready](https://img.shields.io/badge/Project%20Stage-Production%20Ready-brightgreen.svg)](https://github.com/zio/zio/wiki/Project-Stages) ![CI Badge](https://github.com/zio/zio-AES/workflows/CI/badge.svg) [![Sonatype Releases](https://img.shields.io/nexus/r/https/oss.sonatype.org/com.guizmaii/zio-aes_2.13.svg?label=Sonatype%20Release)](https://oss.sonatype.org/content/repositories/releases/com/guizmaii/zio-aes_2.13/) [![Sonatype Snapshots](https://img.shields.io/nexus/s/https/oss.sonatype.org/com.guizmaii/zio-aes_2.13.svg?label=Sonatype%20Snapshot)](https://oss.sonatype.org/content/repositories/snapshots/com/guizmaii/zio-aes_2.13/) [![javadoc](https://javadoc.io/badge2/com.guizmaii/zio-aes-docs_2.13/javadoc.svg)](https://javadoc.io/doc/com.guizmaii/zio-aes-docs_2.13) [![zio-aes](https://img.shields.io/github/stars/zio/zio-AES?style=social)](https://github.com/zio/zio-AES)

## Introduction

Implementation of a `AES` service providing 2 functions: `::encrypt` and `::decrypt`

ZIO implementation of https://gist.github.com/guizmaii/6b5d3666081960639c3df0a24e17e2fd

## Installation

In order to use this library, we need to add the following line in our `build.sbt` file:

```scala
libraryDependencies += "com.guizmaii" %% "zio-aes" % ""
```

## Documentation

Learn more on the [zio-aes homepage](https://github.com/guizmaii-opensource/zio-aes)!

## Contributing

For the general guidelines, see ZIO [contributor's guide](https://zio.dev/contributor-guidelines).

## Code of Conduct

See the [Code of Conduct](https://zio.dev/code-of-conduct)

## Support

Come chat with us on [![Badge-Discord]][Link-Discord].

[Badge-Discord]: https://img.shields.io/discord/629491597070827530?logo=discord "chat on discord"
[Link-Discord]: https://discord.gg/2ccFBr4 "Discord"

## License

[License](LICENSE)

Copyright 2023-2023 Jules Ivanic and the zio-aes contributors.