{"id":23059236,"url":"https://github.com/chaudhryjunaid/redux-persist-encrypted-async-storage","last_synced_at":"2025-08-15T07:30:52.908Z","repository":{"id":54006367,"uuid":"167191339","full_name":"chaudhryjunaid/redux-persist-encrypted-async-storage","owner":"chaudhryjunaid","description":"Redux persist storage engine that provides an encryption layer over async storage","archived":false,"fork":false,"pushed_at":"2021-03-10T12:34:48.000Z","size":25,"stargazers_count":12,"open_issues_count":3,"forks_count":14,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-07T22:41:05.417Z","etag":null,"topics":["aes-encryption","asyncstorage","keychain","keystore","react-native","redux-persist","redux-storage","redux-storage-engine"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/chaudhryjunaid.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":"2019-01-23T13:52:13.000Z","updated_at":"2025-05-22T02:39:53.000Z","dependencies_parsed_at":"2022-08-13T06:00:32.185Z","dependency_job_id":null,"html_url":"https://github.com/chaudhryjunaid/redux-persist-encrypted-async-storage","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chaudhryjunaid/redux-persist-encrypted-async-storage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaudhryjunaid%2Fredux-persist-encrypted-async-storage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaudhryjunaid%2Fredux-persist-encrypted-async-storage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaudhryjunaid%2Fredux-persist-encrypted-async-storage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaudhryjunaid%2Fredux-persist-encrypted-async-storage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chaudhryjunaid","download_url":"https://codeload.github.com/chaudhryjunaid/redux-persist-encrypted-async-storage/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaudhryjunaid%2Fredux-persist-encrypted-async-storage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270539452,"owners_count":24603182,"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-15T02:00:12.559Z","response_time":110,"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":["aes-encryption","asyncstorage","keychain","keystore","react-native","redux-persist","redux-storage","redux-storage-engine"],"created_at":"2024-12-16T02:25:30.106Z","updated_at":"2025-08-15T07:30:52.660Z","avatar_url":"https://github.com/chaudhryjunaid.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# redux-persist-encrypted-async-storage\nRedux persist storage engine that provides an encryption layer over async storage\n\n### What this project provides\nThis project provides an AES encryption layer (using a randomly generated secure key stored in keychain/keystore) over AsyncStorage for react-native projects\n\n### To install in your project:\nFirst install `react-native-keychain`. Then:\n\n```\n  yarn add 'https://github.com/chaudhryjunaid/redux-persist-encrypted-async-storage.git#master'\n```\n\nOR\n\n```\n  npm i 'https://github.com/chaudhryjunaid/redux-persist-encrypted-async-storage.git#master'\n```\n\n### Usage:\n```\n  import createStorage from 'redux-persist-encrypted-async-storage';\n  \n  const rootPersistConfig = {\n    key: 'root',\n    storage: createStorage()\n  };\n  \n  const rootReducer = combineReducers({\n    key: keyReducer\n  });\n\n  export default persistReducer(rootPersistConfig, rootReducer);\n```\n### API\n```\n  createStorage({ service?: string }): Storage\n```\n\nService is the service key used to store the secure key in keychain/keystore using react-native-keychain. See react-native-keychain for more details. Default service value is: `com.redux-persist-encrypted-async-storage`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchaudhryjunaid%2Fredux-persist-encrypted-async-storage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchaudhryjunaid%2Fredux-persist-encrypted-async-storage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchaudhryjunaid%2Fredux-persist-encrypted-async-storage/lists"}