This program is focused on making the cracking process of the encrypted data an easy task for the intended receiver of the message.
The program lets you create encrypted data out of your text input. It supports many different algorithms, and uses windows 1250 character map, so it supports lots of special characters properly.
It was designed to be able to handle long texts if needed, it separates the input to words at spaces.
The supported algorithms are:
MD5
SHA1
SHA256
SHA384
SHA512
RIPEMD160
Randomized
(The randomize option uses a random algorith for each separate word in the input)
It has an option to open text files as input and an option to save the output into file.
There are options to add the length of the file, the algorithm and the used character sets to the end of every encrypted value.
The program includes a Base64 Decoder as an added tool.
It has some comfort options, like inverting the colors, changing font size and switching between fonts.
Downloads:
3 This Week