Skip to content

Encode & Decode with a simplified ECB Blowfish implementation

License

Notifications You must be signed in to change notification settings

koluris/blowfish-ecb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Encode & Decode with a simplified ECB Blowfish implementation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published