{"id":23636950,"url":"https://github.com/serviejs/keycrypt","last_synced_at":"2025-11-09T04:30:25.841Z","repository":{"id":57289191,"uuid":"136727007","full_name":"serviejs/keycrypt","owner":"serviejs","description":"Data encryption and decryption for rotating credentials and algorithms","archived":false,"fork":false,"pushed_at":"2023-12-12T06:58:41.000Z","size":60,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-25T21:44:33.922Z","etag":null,"topics":["cryptography","encryption","rotating-credentials"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/serviejs.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-09T13:47:19.000Z","updated_at":"2023-12-12T06:58:44.000Z","dependencies_parsed_at":"2024-12-28T09:45:11.033Z","dependency_job_id":null,"html_url":"https://github.com/serviejs/keycrypt","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serviejs%2Fkeycrypt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serviejs%2Fkeycrypt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serviejs%2Fkeycrypt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serviejs%2Fkeycrypt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/serviejs","download_url":"https://codeload.github.com/serviejs/keycrypt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239566000,"owners_count":19660251,"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":["cryptography","encryption","rotating-credentials"],"created_at":"2024-12-28T06:15:31.681Z","updated_at":"2025-11-09T04:30:25.797Z","avatar_url":"https://github.com/serviejs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Keycrypt\n\n[![NPM version](https://img.shields.io/npm/v/keycrypt.svg?style=flat)](https://npmjs.org/package/keycrypt)\n[![NPM downloads](https://img.shields.io/npm/dm/keycrypt.svg?style=flat)](https://npmjs.org/package/keycrypt)\n[![Build status](https://img.shields.io/travis/serviejs/keycrypt.svg?style=flat)](https://travis-ci.org/serviejs/keycrypt)\n[![Test coverage](https://img.shields.io/coveralls/serviejs/keycrypt.svg?style=flat)](https://coveralls.io/r/serviejs/keycrypt?branch=master)\n\n\u003e Data encryption and decryption for rotating credentials and algorithms.\n\n_(Inspired by [keygrip](https://github.com/crypto-utils/keygrip) and [this PR](https://github.com/crypto-utils/keygrip/pull/29))._\n\n## Installation\n\n```\nnpm install keycrypt --save\n```\n\n## Usage\n\n```ts\nimport { Keycrypt } from 'keycrypt'\n\nconst secrets = [Buffer.from('secret', 'utf8')]\nconst keycrypt = new Keycrypt(secrets)\n\nconst raw = Buffer.from('some data', 'utf8')\nconst encrypted = keycrypt.encode(raw)\nconst decrypted = keycrypt.decode(encrypted)\n\nassert.equal(decrypted, raw)\n```\n\n## TypeScript\n\nThis project is using [TypeScript](https://github.com/Microsoft/TypeScript) and publishes the definitions to NPM.\n\n## License\n\nApache 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserviejs%2Fkeycrypt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fserviejs%2Fkeycrypt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserviejs%2Fkeycrypt/lists"}