{"id":30801617,"url":"https://github.com/darkzarich/local-encrypt-tool","last_synced_at":"2026-04-12T22:37:36.084Z","repository":{"id":311426818,"uuid":"1043654413","full_name":"Darkzarich/local-encrypt-tool","owner":"Darkzarich","description":"Node.js utility for encrypting and decrypting sensitive data locally. Uses AES-256-GCM encryption with a key derived from your provided password using PBKDF2. ","archived":false,"fork":false,"pushed_at":"2025-08-24T11:07:50.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-24T17:05:20.601Z","etag":null,"topics":["cryptography","node","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Darkzarich.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-08-24T10:37:42.000Z","updated_at":"2025-08-24T11:07:53.000Z","dependencies_parsed_at":"2025-08-24T17:05:27.873Z","dependency_job_id":"d589e1a6-66a7-4b3f-ae7f-65e777868a10","html_url":"https://github.com/Darkzarich/local-encrypt-tool","commit_stats":null,"previous_names":["darkzarich/local-encrypt-tool"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Darkzarich/local-encrypt-tool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Darkzarich%2Flocal-encrypt-tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Darkzarich%2Flocal-encrypt-tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Darkzarich%2Flocal-encrypt-tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Darkzarich%2Flocal-encrypt-tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Darkzarich","download_url":"https://codeload.github.com/Darkzarich/local-encrypt-tool/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Darkzarich%2Flocal-encrypt-tool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273820971,"owners_count":25174125,"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","status":"online","status_checked_at":"2025-09-05T02:00:09.113Z","response_time":402,"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":["cryptography","node","nodejs"],"created_at":"2025-09-05T21:08:49.046Z","updated_at":"2026-04-12T22:37:36.033Z","avatar_url":"https://github.com/Darkzarich.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Local Encrypt Tool\n\nNode.js utility for encrypting and decrypting sensitive data locally. Uses AES-256-GCM encryption with a key derived from your provided password using PBKDF2.\nDoesn't use any external libraries or dependencies, just Node.js built-in crypto module.\n\nThe resulting encrypted secret has the following format:\n\n```\n\u003csalt\u003e:\u003civ\u003e:\u003cauthTag\u003e:\u003cencrypted\u003e\n```\n\n## Requirements\n\n- [Node.js](https://nodejs.org/en/)\n\n## Usage\n\n### Encrypt\n\n```bash\n$ node decrypt.js \u003csensitive_string\u003e \u003cpassword\u003e\n```\n\n#### Example\n\n```bash\n$ node decrypt.js \"Hello World\" \"my_password\"\n\n\u003e 960554fa328ba523edc73123fc84868c:209df78d93c5e82f3474cdca:f401b6c43247d4a0806a6433e10de461:561748277a7e56ebea6ef2\n```\n\n### Decrypt\n\n```bash\n$ node decrypt.js \u003cencrypted_string\u003e \u003cpassword\u003e\n```\n\n#### Example\n\n```bash\n$ node decrypt.js \"960554fa328ba523edc73123fc84868c:209df78d93c5e82f3474cdca:f401b6c43247d4a0806a6433e10de461:561748277a7e56ebea6ef2\" \"my_password\"\n\n\u003e Hello World\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarkzarich%2Flocal-encrypt-tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdarkzarich%2Flocal-encrypt-tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarkzarich%2Flocal-encrypt-tool/lists"}