Skip to content

Yontal/react-native-grasshopper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published