Create Simple Message Encrypter/Decrypter Using Notepad

38K3010

Intro: Create Simple Message Encrypter/Decrypter Using Notepad

Hello with this Simple HTML Application you can Encrypt and Decrypt your message by password. First of all I will show you how to create it and then I will show you how to use it.

Let's Start.

STEP 1: Open Your Notepad.

First if all open your notepad. [Start >> Run >> Type “Notepad” >> Enter]

Copy the code which is given on the following link. Which is starting from  <html> and Ending with </html>

http://errorcode401.blogspot.in/2013/07/Create-Simple-Message-EncrypterDecrypter-Using-Notepad.html

Then Save it with .hta extension. [eg MSG-EncDec.hta]




STEP 2: Open It.

Now Double click on it to Open.

STEP 3: Write Message

Type your message and password in textboxes.

STEP 4: Encryption

Now click on Encrytion button then you will get encrypted message in text box as sjown in the given Image.

STEP 5: Decryption

When you want original message then you have to write your encrypted message and password in that text box then click on Decrypt Button you will get original message.

You may also like.
1) https://www.instructables.com/id/Make-your-computer-speak-what-you-type-using-notep/
2) https://www.instructables.com/id/Lock-your-any-filefolder-without-software-Using-/
3) https://www.instructables.com/id/Batch-File-Numeric-password-cracker-for-Rar-Fi/



Like us on facebook for more.
https://www.facebook.com/errorcode401

8 Comments

Nice app but I was thinking how about adding a send button so that once you encrypt your message you can then send it via Bluetooth or something.
I cant encrypt a message...i type message and password after that i click on encrypt button but its not encrypted my message help me to solve this

What Algorithm and Mode of this one or my receiver must only use this one for Decrypt it?

Took me a second to figure it out but I like how you can run it through multiple times. Very nice!

This is very useful, Thank You Sir!