React Native Crypto tools
npm install react-native-buttercrypt
import Buttercrypt from "react-native-buttercrypt";
// ...
const key = await Buttercrypt.deriveKeyFromPassword('password', 'salt', 20);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT