blowfish-ecb

1.0.2 • Public • Published

blowfish-ecb

Encode & Decode with a simplified ECB Blowfish implementation

Overview

In order to encipher, use Blowfish.encipher(YOUR_KEY, YOUR_DATA). The YOUR_KEY can be either String, or Buffer. Again, to decipher, use the same procedure but this time Blowfish.decipher(YOUR_KEY, YOUR_DATA).

Keep in mind that this is as simple as possible, padding is disabled.

License

Open-source under Apache 2.0 license.

Versions

Current Tags

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

Version History

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

Package Sidebar

Install

npm i blowfish-ecb

Weekly Downloads

0

Version

1.0.2

License

ISC

Unpacked Size

13 kB

Total Files

4

Last publish

Collaborators

  • dkoluris