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
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