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`
- Host: GitHub
- URL: https://github.com/guizmaii-opensource/zio-aes
- Owner: guizmaii-opensource
- License: apache-2.0
- Created: 2023-05-21T08:07:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-12-12T04:35:19.000Z (3 months ago)
- Last Synced: 2025-12-13T12:34:17.751Z (3 months ago)
- Topics: aes-encryption, functional-programming, scala, zio
- Language: Scala
- Homepage:
- Size: 159 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
[](https://github.com/zio/zio/wiki/Project-Stages)  [](https://oss.sonatype.org/content/repositories/releases/com/guizmaii/zio-aes_2.13/) [](https://oss.sonatype.org/content/repositories/snapshots/com/guizmaii/zio-aes_2.13/) [](https://javadoc.io/doc/com.guizmaii/zio-aes-docs_2.13) [](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.