{"id":17835062,"url":"https://github.com/namesmt/aes-gcm","last_synced_at":"2025-03-19T15:30:19.504Z","repository":{"id":250141070,"uuid":"833602584","full_name":"NamesMT/aes-gcm","owner":"NamesMT","description":"Dead simple, modern, cross-platform AES-GCM encryption util package.","archived":false,"fork":false,"pushed_at":"2025-03-09T11:16:51.000Z","size":85,"stargazers_count":1,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T04:42:56.630Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NamesMT.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2024-07-25T11:31:31.000Z","updated_at":"2025-01-14T04:57:00.000Z","dependencies_parsed_at":"2025-01-17T08:20:58.878Z","dependency_job_id":"1450c087-afb3-491b-8948-bd642a1f2c90","html_url":"https://github.com/NamesMT/aes-gcm","commit_stats":null,"previous_names":["namesmt/aes-gcm"],"tags_count":4,"template":false,"template_full_name":"NamesMT/starter-ts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NamesMT%2Faes-gcm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NamesMT%2Faes-gcm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NamesMT%2Faes-gcm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NamesMT%2Faes-gcm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NamesMT","download_url":"https://codeload.github.com/NamesMT/aes-gcm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243997127,"owners_count":20380981,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-27T20:16:43.854Z","updated_at":"2025-03-19T15:30:19.499Z","avatar_url":"https://github.com/NamesMT.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @namesmt/aes-gcm ![TypeScript heart icon](https://img.shields.io/badge/♡-%23007ACC.svg?logo=typescript\u0026logoColor=white)\n\n[![npm version][npm-version-src]][npm-version-href]\n[![npm downloads][npm-downloads-src]][npm-downloads-href]\n[![Codecov][codecov-src]][codecov-href]\n[![Bundlejs][bundlejs-src]][bundlejs-href]\n[![jsDocs.io][jsDocs-src]][jsDocs-href]\n\n**@namesmt/aes-gcm** is a dead simple cross-platform AES-GCM encryption util package.\n\nNote: The result of `encrypt` function is the string of base64 encoded IV and ciphertext, concatenated with a separator.\n\n## Features\n- [x] TypeScript ready!\n\n## Usage\n### Install package:\n```sh\n# npm\nnpm install @namesmt/aes-gcm\n\n# yarn\nyarn add @namesmt/aes-gcm\n\n# pnpm (recommended)\npnpm install @namesmt/aes-gcm\n```\n\n### Import:\n```ts\n// ESM\nimport { decrypt, encrypt } from '@namesmt/aes-gcm'\n\nconst plaintext = 'Hello, world!'\nconst password = 'pw'\nconst encrypted = await encrypt(plaintext, password)\nconst decrypted = await decrypt(encrypted, password)\n```\n\n## Roadmap\n\n- [ ] Become the legendary 10000x developer\n\n## License [![License][license-src]][license-href]\n[MIT](./LICENSE) License © 2024 [NamesMT](https://github.com/NamesMT)\n\n\u003c!-- Badges --\u003e\n\n[npm-version-src]: https://img.shields.io/npm/v/@namesmt/aes-gcm?labelColor=18181B\u0026color=F0DB4F\n[npm-version-href]: https://npmjs.com/package/@namesmt/aes-gcm\n[npm-downloads-src]: https://img.shields.io/npm/dm/@namesmt/aes-gcm?labelColor=18181B\u0026color=F0DB4F\n[npm-downloads-href]: https://npmjs.com/package/@namesmt/aes-gcm\n[codecov-src]: https://img.shields.io/codecov/c/gh/namesmt/aes-gcm/main?labelColor=18181B\u0026color=F0DB4F\n[codecov-href]: https://codecov.io/gh/namesmt/aes-gcm\n[license-src]: https://img.shields.io/github/license/namesmt/aes-gcm.svg?labelColor=18181B\u0026color=F0DB4F\n[license-href]: https://github.com/namesmt/aes-gcm/blob/main/LICENSE\n[bundlejs-src]: https://img.shields.io/bundlejs/size/@namesmt/aes-gcm?labelColor=18181B\u0026color=F0DB4F\n[bundlejs-href]: https://bundlejs.com/?q=@namesmt/aes-gcm\n[jsDocs-src]: https://img.shields.io/badge/Check_out-jsDocs.io---?labelColor=18181B\u0026color=F0DB4F\n[jsDocs-href]: https://www.jsdocs.io/package/@namesmt/aes-gcm\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnamesmt%2Faes-gcm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnamesmt%2Faes-gcm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnamesmt%2Faes-gcm/lists"}