rn-webcrypto
v1.2.0
Published
WebCrypto implementation for React Native.
Downloads
0
Readme
react-native-webcrypto
WebCrypto implementation for React Native.
Installation
npm install --save react-native-webcrypto
react-native linkUsage
import 'react-native-webcrypto'
// The WebCrypto API is now available:
crypto.subtleImplementation Status
Feature | iOS | Android
----- | ------ | ------
AES-GCM | |
— importKey | 🚫 | ✅
— encrypt | 🚫 | ✅
— decrypt | 🚫 | ✅
HKDF | |
— importKey | 🚫 | ✅
— deriveBits | 🚫 | ✅
PBKDF2 | |
— importKey | 🚫 | ✅
— deriveBits | 🚫 | ✅
