Hasher
A hash ecryption program with many customizations
...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.