1.2.0 • Published 2 years ago

rn-webcrypto v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-native-webcrypto

WebCrypto implementation for React Native.

Installation

npm install --save react-native-webcrypto
react-native link

Usage

import 'react-native-webcrypto'

// The WebCrypto API is now available:
crypto.subtle

Implementation Status

FeatureiOSAndroid
AES-GCM
importKey🚫
encrypt🚫
decrypt🚫
HKDF
importKey🚫
deriveBits🚫
PBKDF2
importKey🚫
deriveBits🚫