BmpPwd

BmpPwd is a Class Library for en/decrypting Text and visualizing it with a System.Drawing.Bitmap
Applications like LaZagne can easily find stored (and encrypted) Passwords from various Applications. To prevent this, BmpPwd will convert your Text with your En/Decryption Algorithm of choice (Default: Cipher) to a System.Drawing.Image which contains your Text.
To decrypt a BmpPwd-Encrypted Image, a Program must know:

Download the Demo (.zip)

How to use

1. Add Binaries

2. Add the reference

3. Encrypt a string

4. Decrypt an Image

5. Import your own Encryption

6. Use custom Parameters:

Screenshots

Screenshots in a gif

The Password 'password' in Rainbow/Square

Thanks for using BmpPwd!