{"id":40371297,"url":"https://github.com/internxt/rn-crypto","last_synced_at":"2026-01-20T11:09:07.774Z","repository":{"id":38251070,"uuid":"499124887","full_name":"internxt/rn-crypto","owner":"internxt","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-28T09:13:57.000Z","size":678,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-28T10:24:56.011Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/internxt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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":"2022-06-02T12:23:41.000Z","updated_at":"2024-12-20T12:05:44.000Z","dependencies_parsed_at":"2024-12-19T19:21:00.012Z","dependency_job_id":"564874bd-b380-4643-9925-deb3bb4f026e","html_url":"https://github.com/internxt/rn-crypto","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/internxt/rn-crypto","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/internxt%2Frn-crypto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/internxt%2Frn-crypto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/internxt%2Frn-crypto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/internxt%2Frn-crypto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/internxt","download_url":"https://codeload.github.com/internxt/rn-crypto/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/internxt%2Frn-crypto/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28602175,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T10:46:13.255Z","status":"ssl_error","status_checked_at":"2026-01-20T10:42:51.865Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-01-20T11:09:07.009Z","updated_at":"2026-01-20T11:09:07.768Z","avatar_url":"https://github.com/internxt.png","language":"Swift","readme":"# rn-crypto\n\nA library for using crypto in native modules\n\n## Installation\n\n```sh\nnpm install rn-crypto\n```\n\n## Usage\n\n```js\nimport { encryptFile } from \"rn-crypto\";\n\n// ...\nconst sourcePath = '/path/where/content/to/encrypt/is';\nconst destinationPath = '/path/where/writing/encrypted/output';\nconst key = 'hexadecimal-encryption-file-key';\nconst iv = 'hexadecimal-initialization-vector'; \n\nencryptFile(\n  sourcePath,\n  destinationPath,\n  key,\n  iv,\n  (err) =\u003e {\n    if (err) {\n      // handle error...\n    } else {\n      // file is encrypted succesfully, it can be found at destinationPath\n    }\n  }\n)\n```\n\n## Contributing\n\nSee the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.\n\n## License\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finternxt%2Frn-crypto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finternxt%2Frn-crypto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finternxt%2Frn-crypto/lists"}