PDA

View Full Version : Is there an automatic (GUI) Crypto program available?


cdlink14
10-23-2008, 10:41 AM
I'm creating myself a high security picture encryption program. So far I have it asking for 2 passwords, 3 check box puzzles (containing 40 checkboxes, of which 4 must be check in the correct order.) and I have crypto encrypting the images. Which I have it set to decrypt, load, then delete the unencrypted files. But out of all this work I have 1 stress. I am tired of having to script it out to encrypt my images. Is it possible that there is a GUI app, that can encrypt these files for me? I mean where I can load the file for encryption, type in a password, and whatever other properties. And have it export the file fully encrypted.

I have tried searching, and I found 1 possible tool that can do this. But the link was dead.

So any help here guys?

jassing
10-23-2008, 10:50 AM
something like winzip & secure it with a password?

There's lots of encryption programs out there that can encrypt a file...

cdlink14
10-23-2008, 11:37 AM
Ok, so a bit of researching and coding later, I finally came up with a very basic application.

This is very basic!!!

The main things that you can fix if you want to continue this project for me is.

- Save / Load Dialogs need the correct file type associations adding.
- A way to store the file extension of the encrypted file. ( Otherwise you need to type the file extension everytime you decrypt a file. )
- A few other things I forgot. :(

So if anyone wants to build up on this please continue from my work.