Skip to content

gruntultra/react-native-aes-gcm-modified

Repository files navigation

react-native-aes-gcm-modified

Enable the usage of aes gcm for your mobile application

Installation

npm install react-native-aes-gcm-modified

Usage

import AesGcmModified from "react-native-aes-gcm-modified";

Encrypt data

function encrypt(
  plainText: string,
  inBinary: boolean,
  key: string
): Promise<EncryptedData>;

Decrypt data

function decrypt(
  base64Ciphertext: string,
  key: string,
  isBinary: boolean
): Promise<string>;

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published