{"id":19542278,"url":"https://github.com/ruffrey/kryp","last_synced_at":"2025-07-05T17:07:08.042Z","repository":{"id":9011679,"uuid":"10766263","full_name":"ruffrey/kryp","owner":"ruffrey","description":"Simple encode and decode encryption layer for strings in Node.js","archived":false,"fork":false,"pushed_at":"2013-06-19T23:57:20.000Z","size":128,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-31T03:56:41.560Z","etag":null,"topics":[],"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/ruffrey.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}},"created_at":"2013-06-18T15:09:45.000Z","updated_at":"2014-01-07T16:19:32.000Z","dependencies_parsed_at":"2022-08-30T12:31:17.995Z","dependency_job_id":null,"html_url":"https://github.com/ruffrey/kryp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ruffrey/kryp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruffrey%2Fkryp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruffrey%2Fkryp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruffrey%2Fkryp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruffrey%2Fkryp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruffrey","download_url":"https://codeload.github.com/ruffrey/kryp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruffrey%2Fkryp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262908750,"owners_count":23382778,"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-11T03:13:58.413Z","updated_at":"2025-07-05T17:07:08.022Z","avatar_url":"https://github.com/ruffrey.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"kryp\n====\n\nSimple encode and decode layer for Node.js\n\n\ninstallation\n====\n`npm install kryp`\n\n\nexample\n====\n\n```javascript\n  var Kryp = require('kryp');  // takes options object (optional) \n  \n  var kryp = new Kryp({\n\t\talgorithm = 'AES-256-CFB' // Encryption algorithm\n\t  , key = 'secretKey' // Encryption key\n\t  , from = 'utf8' // Original encoding\n\t  ,\tto = 'hex' // Conversion encoding\n  });\n  \n  \n  var some_string = \"I need to be encrypted!!\";\n  \n  var encrypted_string = kryp.encode(some_string);\n  \n  var decoded_string = kryp.decode(encrypted_string);\n  \n```\n\nlicense\n====\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruffrey%2Fkryp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruffrey%2Fkryp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruffrey%2Fkryp/lists"}