| View previous topic :: View next topic |
| Author |
Message |
polslinux Apprentice


Joined: 12 Apr 2010 Posts: 238 Location: Veneto
|
Posted: Sun Sep 11, 2011 9:57 am Post subject: problemi con gpg |
|
|
Ho 2 problemi con gpg:
1) gpg: problem with the agent: Certificato CA errato
2) io voglio sovrascrivere il file di input..ma non so come fare!
Esempio ho il file prova e lo voglio proteggere, uso gpg -c prova. Ora vorrei che il file "prova" venisse sovrascritto da "prova.gpg"..ma come posso fare? _________________ PC-Desktop: Ubuntu 12.04 x86
Notebook Sony Vaio VPCEH: Gentoo ~amd64 |
|
| Back to top |
|
 |
xdarma Guru


Joined: 08 Dec 2003 Posts: 543 Location: tra veneto e friuli (Italy)
|
Posted: Sun Sep 11, 2011 7:10 pm Post subject: Re: problemi con gpg |
|
|
| polslinux wrote: | 2) io voglio sovrascrivere il file di input..ma non so come fare!
Esempio ho il file prova e lo voglio proteggere, uso gpg -c prova. Ora vorrei che il file "prova" venisse sovrascritto da "prova.gpg"..ma come posso fare? |
Non credo che gpg sia in grado di sovrascrivere il file di input. Credo lo cripti e basta.
Se vuoi eliminare il file "in chiaro" perché non sia recuperabile devi usare shred.
Sempre che sia sufficiente :-p _________________ proud user of faKeDE-4.7.3 |
|
| Back to top |
|
 |
polslinux Apprentice


Joined: 12 Apr 2010 Posts: 238 Location: Veneto
|
Posted: Sun Sep 11, 2011 7:22 pm Post subject: |
|
|
Shred e wipe non sono sufficienti sui file system journaled  _________________ PC-Desktop: Ubuntu 12.04 x86
Notebook Sony Vaio VPCEH: Gentoo ~amd64 |
|
| Back to top |
|
 |
xdarma Guru


Joined: 08 Dec 2003 Posts: 543 Location: tra veneto e friuli (Italy)
|
Posted: Sun Sep 11, 2011 8:09 pm Post subject: |
|
|
| polslinux wrote: | | Shred e wipe non sono sufficienti sui file system journaled :( |
Beh, con shred la situazione non è poi così nera:
| Quote: | | shred - overwrite a file to hide its contents, and optionally delete it |
| Quote: | In the case of ext3 file systems, the above disclaimer applies (and shred is thus of limited effectiveness) only in data=journal mode, which journals file data in addition to just metadata. In both the data=ordered (default) and data=writeback modes, shred works as usual.
|
Se non ho capito male, per un filesystem "tipico" lanci shred con --remove, aspetti che sovrascriva, poi aspetti che cancelli, aspetti il commit del journal e forse sei a posto. O no? _________________ proud user of faKeDE-4.7.3 |
|
| Back to top |
|
 |
polslinux Apprentice


Joined: 12 Apr 2010 Posts: 238 Location: Veneto
|
Posted: Sun Sep 11, 2011 8:17 pm Post subject: |
|
|
In teoria si...in pratica...CIA powa xD _________________ PC-Desktop: Ubuntu 12.04 x86
Notebook Sony Vaio VPCEH: Gentoo ~amd64 |
|
| Back to top |
|
 |
Kernel78 Moderator

Joined: 24 Jun 2005 Posts: 3652
|
Posted: Mon Sep 12, 2011 10:44 am Post subject: |
|
|
Moved from Forum italiano (Italian) to Forum di discussione italiano. _________________ Le tre grandi virtù di un programmatore: pigrizia, impazienza e arroganza. (Larry Wall).
Prima di postare un file togli i commenti con | Code: | | grep -vE '(^[[:space:]]*($|(#|!|;|//)))' |
|
|
| Back to top |
|
 |
|