Passion of IT

Encrypt Text Applet

An applet is a special java class that is executed on computer client in the same manner that you execute the command java -jar  for this reason an applet can perform everything on your machine for example it has an access on your file system and it can copy everything from/to your computer, it can read all your mails and your documents etc.

Every applications that runs on your computer are virtually dangerous, every applications can violate your privacy, when you download a windows application (with exe extension) and execute it, this application can damage your computer for the same way a jar file or apk Android application etc.

Internet applications are different from the applets because the application runs on server and can damage server file system not your computer.

Not all internet applications run on computer server, there are some application that runs on your computer, for example javascript code, jquery, flash but these script are safety because work only with your browser and don’t have an access of your file system.

Applet is different because it is jar archive that runs on your machine and shows the User Interface on your browser, it is not a web application but it is a java application that uses your browser only to load the UI.

I written a simple applet to encrypt/decrypt text with the Advanced Encryption Standard (AES) algorithm, this is used also in encryptable notepad.

To execute this applet you can click here

The operation necessaries for loading my applet on your PC are written below:

 

This is the screenshot

Encrypt text Applet

 

The security warning shows that an applet performs a unknown operation on your computer, this is normal because it reads the key text, reads the document and encrypts it with AES algorithm

No Comments Yet

Leave a Reply

Your email address will not be published. Required fields are marked *


You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite="
"> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Recent Comments

Michele Rizzithe website doesn't exist. Ara you a robot? In any case it's difficult that an automatic system writes a comment here since there are two captchas...
Hello there! This is kind of off topic but I need some guidance from an established blog. Is it very hard to set up your own blog? I'm not very t...
We are a group of volunteers and opening a new scheme in our community. Your web site offered us with valuable information to work on. You've done a...
April 2024
M T W T F S S
« Dec    
1234567
891011121314
15161718192021
22232425262728
2930  

Login