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