Cordova Secure Storage Plugin (Echo Fork)
JSON →A Cordova plugin for securely storing strings (credentials, tokens) using platform-native keychains: iOS Keychain (SAMKeychain), Android keystore (AES encryption with generated key), Windows Data Protection API. Forked from Crypho's plugin to maintain compatibility. Version 5.1.1 supports Android, iOS, and Windows (8.x/10/UWP). Uses a namespace-based API with callbacks (not Promises). Alternatives include cordova-plugin-secure-storage (original) and cordova-plugin-ios-keychain.