{"id":17180334,"url":"https://github.com/ryzokuken/easy-crypto","last_synced_at":"2025-04-13T16:31:40.591Z","repository":{"id":34053729,"uuid":"164278145","full_name":"ryzokuken/easy-crypto","owner":"ryzokuken","description":"A WIP module aimed at providing a safer, easier to use and beginner friendly crypto API for Node.js","archived":false,"fork":false,"pushed_at":"2023-03-02T17:25:52.000Z","size":1489,"stargazers_count":22,"open_issues_count":6,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-27T07:47:56.234Z","etag":null,"topics":["crypto","easy-to-use","nodejs","openssl","safe","wip"],"latest_commit_sha":null,"homepage":"https://ryzokuken.github.io/easy-crypto/","language":"JavaScript","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/ryzokuken.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}},"created_at":"2019-01-06T05:24:30.000Z","updated_at":"2025-02-25T02:22:24.000Z","dependencies_parsed_at":"2023-01-15T04:16:09.585Z","dependency_job_id":null,"html_url":"https://github.com/ryzokuken/easy-crypto","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryzokuken%2Feasy-crypto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryzokuken%2Feasy-crypto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryzokuken%2Feasy-crypto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryzokuken%2Feasy-crypto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryzokuken","download_url":"https://codeload.github.com/ryzokuken/easy-crypto/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248311804,"owners_count":21082632,"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":["crypto","easy-to-use","nodejs","openssl","safe","wip"],"created_at":"2024-10-15T00:29:22.840Z","updated_at":"2025-04-13T16:31:40.264Z","avatar_url":"https://github.com/ryzokuken.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# easy-crypto\n\n\u003e A WIP module aimed at providing a safer, easier to use and beginner friendly\n\u003e crypto API for Node.js\n\n![](https://img.shields.io/npm/v/easy-crypto.svg?style=plastic)\n![](https://img.shields.io/travis/com/ryzokuken/easy-crypto.svg?style=plastic)\n![](https://img.shields.io/badge/blessed-by%20core-green.svg)\n\n## Goals\n\n1. Make `crypto` **easy** to use.\n2. Make `crypto` **safe** to use.\n3. Require as little crypto-specific knowledge as possible.\n\n## Features/Roadmap\n\n- [ ] Symmetric Encryption, Decryption and AEAD\n- [ ] Asymmetric Encryption and Decryption\n- [X] Asymmetric Signing and Verification of signatures\n- [X] Cryptographic hashing\n- [X] Password-based key derivation\n- [X] Password hashing and verification\n- [ ] Random number generation\n\n## Installation\n\n```\n$ npm install easy-crypto\n```\n\n## Usage\n\nImporting the module itself will return `undefined` since the behavior of the\nentire module is broken down into a set of intent-based submodules.\n\n```js\nconst password = require('easy-crypto/password');\n\nconst hashedPassword = password.hashPasswordSync('correct horse battery staple');\nfs.writeFileSync('myfile', hashedPassword); // Ideally, store it in a database.\n```\n\nFor an exhaustive list of all submodules and their members, check out the\n[API docs](https://ryzokuken.github.io/easy-crypto)\n\n## License\n\n[MIT](LICENSE)\n\n`Copyright (c) 2019 Ujjwal Sharma`\n\n## Notice\n\nThis module is currently a work-in-progress. Please do not use it in production\nuntil before the `1.0.0` release since the API may break or might as well be\noutright unusable to unsafe.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryzokuken%2Feasy-crypto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryzokuken%2Feasy-crypto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryzokuken%2Feasy-crypto/lists"}