{"id":22475451,"url":"https://github.com/philips/node-cryptostream","last_synced_at":"2025-08-02T11:32:33.821Z","repository":{"id":2765955,"uuid":"3764368","full_name":"philips/node-cryptostream","owner":"philips","description":"node.js stream wrapper for crypto","archived":false,"fork":false,"pushed_at":"2012-05-29T00:17:33.000Z","size":106,"stargazers_count":7,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-02T06:46:11.289Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/philips.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":"2012-03-19T14:08:14.000Z","updated_at":"2023-03-10T11:51:12.000Z","dependencies_parsed_at":"2022-09-08T05:51:30.810Z","dependency_job_id":null,"html_url":"https://github.com/philips/node-cryptostream","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/philips/node-cryptostream","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips%2Fnode-cryptostream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips%2Fnode-cryptostream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips%2Fnode-cryptostream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips%2Fnode-cryptostream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/philips","download_url":"https://codeload.github.com/philips/node-cryptostream/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips%2Fnode-cryptostream/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268378965,"owners_count":24240907,"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-08-02T02:00:12.353Z","response_time":74,"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":[],"created_at":"2024-12-06T13:17:02.593Z","updated_at":"2025-08-02T11:32:33.804Z","avatar_url":"https://github.com/philips.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Stream object for crypto.\n\nExample Usage:\n\n    var DecryptStream = require('./lib/cryptostream.js').DecryptStream;\n    var EncryptStream = require('./lib/cryptostream.js').EncryptStream;\n    \n    var key = 'nodecryptostream';\n    \n    var e = new EncryptStream(key);\n    var d = new DecryptStream(key);\n    \n    fs.createReadStream(__filename).pipe(e).pipe(d).pipe(process.stdout, {end: false})\n\nEncryptStream/DecryptStream (opts)\n\n`opts` may be a the key (string) or a object. If `opts` is an object it _must_\nhave properties for `key` and `algorithm`, and _may_ have properties\n`inputEncoding` and `outputEncoding`\n\nalso see [crypto.createCypher][createCypher]\n\n[createCypher]: http://nodejs.org/api/crypto.html#crypto_crypto_createcipher_algorithm_password\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilips%2Fnode-cryptostream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphilips%2Fnode-cryptostream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilips%2Fnode-cryptostream/lists"}