npm.io
1.0.0-alpha.3 • Published 8 years ago

react-native-webcrypto

Licence
MIT
Version
1.0.0-alpha.3
Deps
3
Size
24 kB
Vulns
0
Weekly
0
Stars
23

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

Feature iOS Android
AES-GCM
importKey
encrypt
decrypt
HKDF
importKey
deriveBits
PBKDF2
importKey
deriveBits

Keywords