Re: Proof for a creation date [GishPuppy]

2016-12-02 Thread gmane . bl4
Bertram Scharpf wrote: > I want to make evidence that I created a document > _before_ a certain point of time. > http://www.itconsult.co.uk/stamper.htm Gishpuppy | To change the delivery settings for this email, click here: http://www.gishpuppy.com/cgi-bin/edit.py?email=gmane@gishpuppy.co

Re: How can I extract the --embedded-filename for scripting [GishPuppy]

2013-05-08 Thread gmane . bl4
You do not indicate OS. Windows NT 5.x+ OS script: GPG -v --use-embedded-filename file.gpg 2>$$$.tmp FOR /F "tokens=2 delims='" %%I IN ('FIND "gpg: original file name" ^<$$$.tmp') DO ( @SET origFilename=%%I DEL $$$.tmp ) ECHO;%origFilename% Gishpuppy | To change the delivery settings fo