{"id":20492291,"url":"https://github.com/hayr-hotoca/react-native-key-generator","last_synced_at":"2026-04-08T20:05:00.442Z","repository":{"id":182540375,"uuid":"667914832","full_name":"hayr-hotoca/react-native-key-generator","owner":"hayr-hotoca","description":"256-bit encryption, cipher key generator - native implementation.","archived":false,"fork":false,"pushed_at":"2023-08-14T10:21:41.000Z","size":349,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-06T23:07:47.946Z","etag":null,"topics":["256-bit","android","cipher","cross-platform","cryptography","encryption","ios","javascript","key","react","react-native","typescript"],"latest_commit_sha":null,"homepage":"https://1limx.com","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hayr-hotoca.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2023-07-18T15:29:14.000Z","updated_at":"2023-09-28T14:50:00.000Z","dependencies_parsed_at":"2024-11-15T17:33:14.222Z","dependency_job_id":"b606cedd-4955-4260-8b70-92203e29d1c6","html_url":"https://github.com/hayr-hotoca/react-native-key-generator","commit_stats":null,"previous_names":["hayr-hotoca/react-native-key-generator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hayr-hotoca/react-native-key-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hayr-hotoca%2Freact-native-key-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hayr-hotoca%2Freact-native-key-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hayr-hotoca%2Freact-native-key-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hayr-hotoca%2Freact-native-key-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hayr-hotoca","download_url":"https://codeload.github.com/hayr-hotoca/react-native-key-generator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hayr-hotoca%2Freact-native-key-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31571610,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["256-bit","android","cipher","cross-platform","cryptography","encryption","ios","javascript","key","react","react-native","typescript"],"created_at":"2024-11-15T17:28:29.790Z","updated_at":"2026-04-08T20:05:00.413Z","avatar_url":"https://github.com/hayr-hotoca.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-native-key-generator\n\nSecure unique 128, 192, 256 bit key generator for React Native\n\n# Requirements\niOS \u003e= 13.0\\\nAndroid \u003e= 26\n\n## Installation\n\n```sh\nnpm i --save react-native-key-generator\n```\n\n## Usage\n\n```js\nimport { generateSymmetricKey } from 'react-native-key-generator';\n\n// ...\n\nconst key = await generateSymmetricKey({\n    size: 256, // 128, 192 or 256 bit key\n    outputEncoding: \"base64\" // base64 or hex\n});\n\nconsole.log(key);\n// aZw4qfXzcvVb9mF9ojQIlvkSscGZ0b2NzdG48bRutUc=\n```\n\n## Contributing\n\nSee the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.\n## Author\n\nHayr Hotoca | [@1limxapp](https://twitter.com/1limxapp)\n\n## License\n\nMIT\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhayr-hotoca%2Freact-native-key-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhayr-hotoca%2Freact-native-key-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhayr-hotoca%2Freact-native-key-generator/lists"}