Skip to content

LinusU/react-native-webcrypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 🚫