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

1.0.1 • Public • Published

grasshopper-ts

Grasshopper GOST 3412-2015 ECB implementation with TypeScript

Installation

yarn

yarn add grasshopper-ts

npm

npm install grasshopper-ts

Usage

import { decryptString, encryptString, generateKey } from 'grasshopper-ts'
 
const key = generateKey()
const message = 'Hello World!'
 
const encrypted = encryptString(message, key)
const decrypted = decryptString(encrypted, key)

Package Sidebar

Install

npm i grasshopper-ts

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

19.5 kB

Total Files

9

Last publish

Collaborators

  • kaystd