/react-native-aes-util

Simple AES implementation with AAD support

Primary LanguageObjective-C

react-native-aes-util

Getting started

$ npm install react-native-aes-util --save

Mostly automatic installation

$ react-native link react-native-aes-util

Usage

import AesUtil from 'react-native-aes-util';

// TODO: What to do with the module?
AesUtil;