generate key rsa
npm install @taingo97/react-native-rsa
or
yarn add @taingo97/react-native-rsa
import Rsa from "@taingo97/react-native-rsa";
// ...
const result = await Rsa.generateKeys(2048);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT