Skip to content

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

License

Notifications You must be signed in to change notification settings

guizmaii-opensource/zio-aes

Repository files navigation

zio-aes

Production Ready CI Badge Sonatype Releases Sonatype Snapshots javadoc 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:

libraryDependencies += "com.guizmaii" %% "zio-aes" % "<version>"

Documentation

Learn more on the zio-aes homepage!

Contributing

For the general guidelines, see ZIO contributor's guide.

Code of Conduct

See the Code of Conduct

Support

Come chat with us on Badge-Discord.

License

License

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