react-native-webcrypto

1.0.0-alpha.3 • Public • Published

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 🚫

Readme

Keywords

Package Sidebar

Install

npm i react-native-webcrypto

Weekly Downloads

23

Version

1.0.0-alpha.3

License

MIT

Unpacked Size

24.6 kB

Total Files

13

Last publish

Collaborators

  • linusu