{"id":4470,"url":"https://github.com/BhavanPatel/react-native-simple-encryption","last_synced_at":"2025-08-04T01:32:28.745Z","repository":{"id":57340036,"uuid":"89220652","full_name":"BhavanPatel/react-native-simple-encryption","owner":"BhavanPatel","description":"Simple XOR and base_64 encryption decryption for react-native","archived":false,"fork":false,"pushed_at":"2017-09-25T09:47:28.000Z","size":101,"stargazers_count":25,"open_issues_count":3,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-28T23:37:37.007Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","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/BhavanPatel.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":"2017-04-24T09:16:01.000Z","updated_at":"2024-06-05T09:37:11.000Z","dependencies_parsed_at":"2022-08-24T14:57:02.900Z","dependency_job_id":null,"html_url":"https://github.com/BhavanPatel/react-native-simple-encryption","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BhavanPatel%2Freact-native-simple-encryption","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BhavanPatel%2Freact-native-simple-encryption/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BhavanPatel%2Freact-native-simple-encryption/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BhavanPatel%2Freact-native-simple-encryption/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BhavanPatel","download_url":"https://codeload.github.com/BhavanPatel/react-native-simple-encryption/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228582487,"owners_count":17940587,"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-01-05T20:17:13.562Z","updated_at":"2024-12-07T08:30:39.357Z","avatar_url":"https://github.com/BhavanPatel.png","language":"Objective-C","readme":"# react-native-simple-encryption\n[![NPM version](https://img.shields.io/npm/v/react-native-simple-encryption.svg)](https://www.npmjs.com/package/react-native-simple-encryption)\n\n[![GitHub issues](https://img.shields.io/github/issues/BhavanPatel/react-native-simple-encryption.svg)](https://github.com/BhavanPatel/react-native-simple-encryption/issues)\n\n[![GitHub forks](https://img.shields.io/github/forks/BhavanPatel/react-native-simple-encryption.svg)](https://github.com/BhavanPatel/react-native-simple-encryption/network)\n\n[![GitHub stars](https://img.shields.io/github/stars/BhavanPatel/react-native-simple-encryption.svg)](https://github.com/BhavanPatel/react-native-simple-encryption/stargazers)\n\n[![NPM](https://nodei.co/npm/react-native-simple-encryption.png?downloads=true\u0026downloadRank=true\u0026stars=true)](https://nodei.co/npm/react-native-simple-encryption/)\n\nSimple XOR and base_64 encryption decryption for react-native\n\n### Installation in project\n```bash\nnpm install react-native-simple-encryption --save\n```\n### Demo\n###### iOS\n![SzEW63](http://i.makeagif.com/media/5-28-2017/SzEW63.gif)\n\n###### Android\n![Uv9dKl](http://i.makeagif.com/media/5-28-2017/Uv9dKl.gif)\n\n\n### Example\n##### [example here](https://github.com/BhavanPatel/react-native-simple-encryption/tree/master/Example)\n\n### Sample usage\n```javascript\n...\n\nimport { encrypt, decrypt } from 'react-native-simple-encryption';\n\n...\n\n// encrypt('key','data_to_be_encrypt');\nencrypt('key123', 'Hello World');\n\n...\n\n// decrypt('key','encrypted_data');\ndecrypt('key123', 'IwAVXV0TPAoLXVYS');\n```\n","funding_links":[],"categories":["Components"],"sub_categories":["Utils \u0026 Infra"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBhavanPatel%2Freact-native-simple-encryption","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FBhavanPatel%2Freact-native-simple-encryption","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBhavanPatel%2Freact-native-simple-encryption/lists"}