Categories
Security

Tong Crypto Encrypting Security for Windows

A blowfish CBC encoder/decoder message utility
Crypto software was designed to be a blowfish CBC encoder/decoder message utility. For user who always secure their messages. Just choose the keyword and enter your plain text messages.

To decode, type the same keyword. The encoded text is MIME64 encoding. So you can easily copy and paste to any application such as email, notepad or msword.

Blowfish is an implementation of the popular royalty-free block encryption algorithm, designed by the highly respected cryptographer Bruce Schneier. Blowfish encrypts and decrypts in 64-bit blocks, and can use a key length of up to 448 bits.

While the algorithm itself is efficient, key set up is expensive. Blowfish is therefore best suited to applications where the key changes relatively slowly in comparison to the data. Blowfish has the following structure:
? 64 bit Input/Output Blocks
? up to 56-bit key

This implementation currently offers the CBC (Cipher Block Chaining) mode of operation.

See Demo – Download – Visit Author Site

Please comments and give ratings. You may also report of broken or incorrect link using comments box below. Thanks!