0.4.0 • Published 3 years ago

react-native-buttercrypt v0.4.0

Weekly downloads
96
License
MIT
Repository
github
Last release
3 years ago

react-native-buttercrypt

React Native Crypto tools

Installation

npm install react-native-buttercrypt

Usage

import Buttercrypt from "react-native-buttercrypt";

// ...

const key = await Buttercrypt.deriveKeyFromPassword('password', 'salt', 20);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

0.4.0

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago