Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

react-native-webcrypto

LinusU61MIT1.0.0-alpha.3

WebCrypto implementation for React Native.

react-native, webcrypto

readme

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 🚫