0.4.0 • Published 5 years ago
react-native-buttercrypt v0.4.0
react-native-buttercrypt
React Native Crypto tools
Installation
npm install react-native-buttercryptUsage
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