1.0.2 • Published 2 years ago

keyword-transposition-cipher v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Javascript Keyword Transposition Cipher

https://www.npmjs.com/package/js-ktc is no longer maintained. It was published under my old NPM name which I lost access to due to losing my device which controlled 2FA for the account.

I have since changed my github username to w4ffl35.


Usage

  • Require const Cipher = require('js-keyword-transposition-cipher');
  • Initialize let ktc = new Cipher('secret')
  • Encrypt ktc.encrypt('CRYPTOLOGY')
  • Decrypt ktc.decrypt('JHQSU XFXBQ')
1.0.2

2 years ago