{"id":36417012,"url":"https://github.com/guizmaii-opensource/zio-aes","last_synced_at":"2026-06-13T08:02:46.209Z","repository":{"id":167856777,"uuid":"643455886","full_name":"guizmaii-opensource/zio-aes","owner":"guizmaii-opensource","description":"Implementation of a `AES` service providing 2 functions: `::encrypt` and `::decrypt`","archived":false,"fork":false,"pushed_at":"2026-05-26T06:54:11.000Z","size":203,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-26T08:33:19.901Z","etag":null,"topics":["aes-encryption","functional-programming","scala","zio"],"latest_commit_sha":null,"homepage":"","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/guizmaii-opensource.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-05-21T08:07:38.000Z","updated_at":"2026-05-26T06:54:13.000Z","dependencies_parsed_at":"2025-12-12T10:12:39.507Z","dependency_job_id":null,"html_url":"https://github.com/guizmaii-opensource/zio-aes","commit_stats":null,"previous_names":["guizmaii/zio-aes","guizmaii-opensource/zio-aes"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/guizmaii-opensource/zio-aes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guizmaii-opensource%2Fzio-aes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guizmaii-opensource%2Fzio-aes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guizmaii-opensource%2Fzio-aes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guizmaii-opensource%2Fzio-aes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guizmaii-opensource","download_url":"https://codeload.github.com/guizmaii-opensource/zio-aes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guizmaii-opensource%2Fzio-aes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34276505,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aes-encryption","functional-programming","scala","zio"],"created_at":"2026-01-11T17:00:06.539Z","updated_at":"2026-06-13T08:02:46.186Z","avatar_url":"https://github.com/guizmaii-opensource.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"[//]: # (This file was autogenerated using `zio-sbt-website` plugin via `sbt generateReadme` command.)\n[//]: # (So please do not edit it manually. Instead, change \"docs/index.md\" file or sbt setting keys)\n[//]: # (e.g. \"readmeDocumentation\" and \"readmeSupport\".)\n\n# zio-aes\n\n[![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)\n\n## Introduction\n\nImplementation of a `AES` service providing 2 functions: `::encrypt` and `::decrypt`\n\nZIO implementation of https://gist.github.com/guizmaii/6b5d3666081960639c3df0a24e17e2fd\n\n## Installation\n\nIn order to use this library, we need to add the following line in our `build.sbt` file:\n\n```scala\nlibraryDependencies += \"com.guizmaii\" %% \"zio-aes\" % \"\u003cversion\u003e\"\n```\n\n## Documentation\n\nLearn more on the [zio-aes homepage](https://github.com/guizmaii-opensource/zio-aes)!\n\n## Contributing\n\nFor the general guidelines, see ZIO [contributor's guide](https://zio.dev/contributor-guidelines).\n\n## Code of Conduct\n\nSee the [Code of Conduct](https://zio.dev/code-of-conduct)\n\n## Support\n\nCome chat with us on [![Badge-Discord]][Link-Discord].\n\n[Badge-Discord]: https://img.shields.io/discord/629491597070827530?logo=discord \"chat on discord\"\n[Link-Discord]: https://discord.gg/2ccFBr4 \"Discord\"\n\n## License\n\n[License](LICENSE)\n\nCopyright 2023-2023 Jules Ivanic and the zio-aes contributors.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguizmaii-opensource%2Fzio-aes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguizmaii-opensource%2Fzio-aes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguizmaii-opensource%2Fzio-aes/lists"}