[...]

moi quand j'ai besoin de crypter un fichier pour moi,
j'utilise GPG.

R�aliser sans trucage:

[EMAIL PROTECTED]:~$ echo "coin">file-to-encrypt
[EMAIL PROTECTED]:~$ gpg --encrypt-files file-to-encrypt
You did not specify a user ID. (you may use "-r")

Current recipients:

Enter the user ID.  End with an empty line: C37DA43A

Current recipients:
1024g/AAB4E47A 2001-11-11 "Micka�l Villers <[EMAIL PROTECTED]>"

Enter the user ID.  End with an empty line: 

[EMAIL PROTECTED]:~$ ls file-to-encrypt*
file-to-encrypt  file-to-encrypt.gpg

[EMAIL PROTECTED]:~$ gpg --decrypt-files file-to-encrypt.gpg 

You need a passphrase to unlock the secret key for
user: "Micka�l Villers <[EMAIL PROTECTED]>"
1024-bit ELG-E key, ID AAB4E47A, created 2001-11-11 (main key ID
C37DA43A)

gpg: encrypted with 1024-bit ELG-E key, ID AAB4E47A, created 2001-11-11
      "Micka�l Villers <[EMAIL PROTECTED]>"
File `file-to-encrypt' exists. Overwrite? (y/N) y

[EMAIL PROTECTED]:~$ cat file-to-encrypt
coin
      

Attachment: signature.asc
Description: Digital signature

Répondre à