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)

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    2
  • 1.0.0
    0

Package Sidebar

Install

npm i react-native-grasshopper

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

18.9 kB

Total Files

10

Last publish

Collaborators

  • yontal