Encryption Reader (Source Code Included)
Amazon
This program takes in an encrypted file and displays it in its clear form. When we were working on the
HSM projects (zzzzZZZZZ, okay, okay...just bear with me for a sec),
a customer said the log files generated by the HSM could be altered by anybody.
That's what motivated
our team to write this program, and I was fully responsible for it. Basically the files have to be encrypted with my mechanism, then this program can decrypt and display it.
That way nobody can alter the encrypted logs unless if they are great code breakers.
Here's a screen shot for those interested minds:
Here's the entire source code. Use at your own risks.
Source Code for Encryption Reader program in Visual Basic