VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Encryptor: Encrypting Text To Picture

by Anders Nissen (1 Submission)
Category: Encryption
Compatability: Visual Basic 5.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (7 Votes)

Encryptor is a different encryption program. It encrypts the given text by converting the text into a picture that can be decrypted again. Basically the program uses the ASCII- and character-values of the letters to convert it from text to picture and back again. The text is hidden in the pixels of the picture and is can be *perfectly* encrypted and decrypted – meaning that every character, symbol etc. can be encrypted & decrypted including spaces and line changes.
Please compile and run the application for the full effect of the graphical design and encryptions speed.
The code is heavily commented so everyone should be able to understand the processes. Thorough project documentation is included in the zip.
All feedback is most appreciated, but this is my first submission on VBC, so please be gentle ;)
*** UPDATED 04-04-2003 ***
-Now checks the Windows OS version to avoid using API liberies that only exists on NT-systems.
-Prompts the user to change display settings if the current display isn't using true color.
-A few other small cosmetical modifications.

Inputs
The text to encrypt.
Code Returns
An image containing the encrypted text. The image can be copied or saved.
Side Effects
None (...that I am aware of)

Rate Encryptor: Encrypting Text To Picture

Download Encryptor: Encrypting Text To Picture

Download Encryptor: Encrypting Text To Picture (34 KB)

Encryptor: Encrypting Text To Picture Comments

No comments have been posted about Encryptor: Encrypting Text To Picture. Why not be the first to post a comment about Encryptor: Encrypting Text To Picture.

Post your comment

Subject:
Message:
0/1000 characters