Enable the usage of aes gcm for your mobile application
npm install react-native-aes-gcm-modifiedEnable the usage of aes gcm for your mobile application
``sh`
npm install react-native-aes-gcm-modified
`js
import AesGcmModified from "react-native-aes-gcm-modified";
`$3
`ts`
function encrypt(
plainText: string,
inBinary: boolean,
key: string
): Promise
`ts``
function decrypt(
base64Ciphertext: string,
key: string,
isBinary: boolean
): Promise
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT