PDA

View Full Version : [SOLVED] Encrypting pics, password on them?


elidoperezmd
October 1st, 2008, 06:47 PM
Hi all, thanks for tankig the time to read:

I have a few pics that i will like to encrypt or put a secure password on them, how can i do so?

THANKS

cosine352
October 1st, 2008, 08:02 PM
you can try this
zip -e newfile oldfile

Dr Small
October 1st, 2008, 08:04 PM
What type of method would you prefer?
There is alway GPG to encrypt your files with your Private Key.

elidoperezmd
October 1st, 2008, 08:47 PM
What type of method would you prefer?
There is alway GPG to encrypt your files with your Private Key.

What is GPC?

Dr Small
October 1st, 2008, 09:28 PM
What is GPC?
Here is the Beginners Guide to GnuPG (http://ubuntuforums.org/showthread.php?t=680292)

hyper_ch
October 2nd, 2008, 01:27 AM
who shall be able to uncrypt those pics?

kevdog
October 2nd, 2008, 01:56 AM
With gpg you can do key based encryption (asymmetric) or symmetric encryption that would only require a password. You don't always have to generate keys to encrypt individual files.