Skip to main content

Here's what a VPN can't protect you from (but you need to use it)

The abbreviation " VPN " has slowly become established among average Internet users, which is certainly good, but the problem is that people have started to see VPN as the ultimate solution to all problems.

Create your own data encryption program

Create your own data encryption program

Create a data encryption program in Notepad in 3 minutes!

How?

All you need is Notepad++ (maybe a regular Notepad). If you are ready to get started!

Open Notepad ++ and paste the code below this paragraph. Then click on "Save As.." and select "All files" below, and for the name type "encrypt .vbs" (you can do anything else but it must be at the end of .vbs ).

set x = WScript.CreateObject("WScript.Shell")
mySecret = inputbox("Input password and press OK for encryption")
mySecret = StrReverse(mySecret)
x.Run "%windir%\notepad"
wscript.sleep 1000
x.sendkeys encode(mySecret)


function encode(s)
For i = 1 To Len(s)
newtxt = Mid(s, i, 1)
newtxt = Chr(Asc(newtxt)+5)
coded = coded & newtxt
Next
encode = coded
End Function

Save it somewhere, e.g. on the desktop.

Now open Notepad++ again and paste that SAME Code again. But now we have to change something.

Find line number 12 and at the end of the line you will see that it says "+5"

All you have to do is delete that Plus (+) and replace it with Minus (-).

Save this file in the same way as the first one, but put "decrypt.vbs " for the name

You now have 2 files, the first to encrypt your password and the second to decrypt.

More about Encryption at this link.

Comments

Popular this month

Google offline maps - instructions

Google has recently added several new features to its maps, including Offline maps and turn-by-turn navigation. It was these two options that were missing so that Google Maps  that could be used as a standalone offline navigation app.

New smileys for Facebook "grew" into pictures!

Lately, the  new option on Facebook has become a favorite among users. Namely, when the new option for Facebook chat appeared, it was known that it would not stop at troll smilies . There are already a lot of those smileys now, users are looking for something better, more interesting, so they made a whole mosaic of these little pictures!

Remove the background from the image with one click!

Removing backgrounds from images can be exhausting if you do it manually. Most people don't even know how to use advanced tools (such as Photoshop) and remove wallpaper. If you don't know or don't have time, to remove the background from an image, this AI tool will help you.

How to create a temporary email to SEND messages?

About six years ago, I wrote about services that allow you to create temporary email addresses to receive email messages. These services cannot send messages, so I decided to write a new article for that purpose.

The Galaxy Note was ridiculed when it appeared, and now…

Did you know that the first Samsung Galaxy Note was ridiculed by users and the media? Everyone laughed at his "huge" case and said that it would fall apart immediately after it appeared. They said that it was too big and that such a phone would never be used every day.