File encrypter/decrypter

Status
Not open for further replies.

oOo

Member
24
2009
0
0
Hey everyone.

I'm proud to present you my first GUI application, made in Java :)

screenshot.jpg


I know it says "Made By Chrome", but to make a long story short: I am Chrome ;)

The application can be used to encrypt files with a chosen password. Later you can decrypt that file, but only if you use the same password used to encrypt the file.

I didn't add any other instructions because in my opinion the usage is pretty simple. But don't hesitate to ask anything.

This is the first release so there might still be a bug in it. If you find one, please notify me by pm or by sending an email provided in the application.

Download link:
Code:
http://vince213333.brinkster.net/FileEncrypter.exe

Enjoy and please tell me what you think of it.
 
8 comments
Well it works lol.

not sure how big of files i can encrypt / decrypt without losing data.

I am going to try to encrypt a movie, and decrypt see if anything happens =)

*edit*

I encryped / decryped a exe file.

I used the password:

LOLOLOOLOLOLOLOLOLAsdlasjdlasdjl;j012u30192u0(()U*!)(@U)(!U)#(U!@#!@)#I!@)#UI!@_#I!@_#U!@_#H!@L#!@LK#J!@LK#J:!@O#IU!@)#U!@)(#Y!)@#H!@"#H!@O#HL!@K#JL!@K#J!@O#


Then it made a error file saying:

java.lang.InterruptedException
at java.lang.Object.wait(Native Method)
at java.lang.ref.ReferenceQueue.remove(Unknown Source)
at java.lang.ref.ReferenceQueue.remove(Unknown Source)
at sun.java2d.Disposer.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
 
Hmm that might because of the special characters in the password...

I've tried exe's, mp3's, ... Everything worked fine :s
 
was actually thinking (for the future)

If you can make a key file, you know just incase i forget the password.

and also, maybe redesign the GUI, no offense but it's kind of ugly (i know it's basic) but it's really big for what it does lol, maybe make it a bit smaller.


but yeah. again nice app
 
Good idea... I'll keep it in mind.

And about the GUI: making them in JAVA is really hard, unlike visual basic for example. There are special applications to design GUI's for java applications :/ You don't want to know how it looked without the background (that took me 2 hours to get it added in the exe file) ^^
 
Status
Not open for further replies.
Back
Top