idea-cipher
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

idea-cipher

International Data Encryption Algorithm js implementation

Usage

let IDEA = require('idea-cipher')

let cipher = new IDEA('secure key')
let encrypted = cipher.encrypt('private message')
let decrypted = cipher.decrypt(encrypted)

Based on

Package Sidebar

Install

npm i idea-cipher

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

6.72 kB

Total Files

6

Last publish

Collaborators

  • mytecor