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

Versions

Current Tags

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

Version History

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

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