{"id":18833095,"url":"https://github.com/kingcc/crkey","last_synced_at":"2026-01-25T22:30:18.446Z","repository":{"id":143762705,"uuid":"67675479","full_name":"kingcc/Crkey","owner":"kingcc","description":"simple crypto tool for nodeJs.","archived":false,"fork":false,"pushed_at":"2016-09-09T03:38:37.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-15T01:03:28.567Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/kingcc.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}},"created_at":"2016-09-08T06:33:48.000Z","updated_at":"2024-09-19T05:48:31.000Z","dependencies_parsed_at":"2023-05-23T18:45:20.813Z","dependency_job_id":null,"html_url":"https://github.com/kingcc/Crkey","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"a7d3699627fc3bce80028cebb4927a6f37adc1b7"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kingcc%2FCrkey","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kingcc%2FCrkey/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kingcc%2FCrkey/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kingcc%2FCrkey/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kingcc","download_url":"https://codeload.github.com/kingcc/Crkey/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239768929,"owners_count":19693764,"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-11-08T02:00:12.504Z","updated_at":"2026-01-25T22:30:18.407Z","avatar_url":"https://github.com/kingcc.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Crkey\nA simple crypto tool for nodeJs.\nNeed OpenSSL-Crypto support.\n\n###Install\n```\nnpm install crkey -g\n```\n\n###Usage\n```js\nconst crkey = require('crkey');\n\n// To crypto a file.\ncrkey.crypto(targetFile, \n\t\t\t\tpassword, \n\t\t\t\tcryptoMode, \n\t\t\t\tcallBack(res));\n\n// To decrypto a file.\ncrkey.decrypto(targetFile, \n\t\t\t\tpassword, \n\t\t\t\tcryptoMode, \n\t\t\t\tifToFile ,\n\t\t\t\tcallBack(res));\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkingcc%2Fcrkey","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkingcc%2Fcrkey","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkingcc%2Fcrkey/lists"}