react-native-grasshopper
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

react-native-grasshopper

Grasshopper GOST 3412-2015 ECB implementation with TypeScript for react native

Installation

npm

npm install react-native-grasshopper

Usage

import { decryptString, encryptString, generateKey } from 'react-native-grasshopper'

const key = generateKey()
const message = 'Hello World!'

const encrypted = encryptString(message, key)
const decrypted = decryptString(encrypted, key)

Readme

Keywords

Package Sidebar

Install

npm i react-native-grasshopper

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

18.9 kB

Total Files

10

Last publish

Collaborators

  • yontal