TimeStampReq Generator
RFC 3161 Time Stamp Request Generator
TOP
|
DOWNLOADS
|
TUTORIALS
|
API REFERENCE
|
DEMOS
|
(Step1) Fill Fields
MessageImprint
hashAlg:
SHA-256
SHA-512
SHA-384
SHA-224
SHA-1
MD5
RIPEMD160
hashValue(hex):
Fill hash value of document to be time-stamped. You can use sha256sum or 'openssl dgst -HASHALG FILE' command.
Other Optional Fields
ReqPolicy:
Nonce:
certReq:
exists
(Step2) Press "Generate" button
Generated TimeStampReq
To see this request by openssl, save this to a file and:
% openssl base64 -in FILE -out FILE2
% openssl ts -query -in FILE2 -text
You can copy this request and generate time stamp token for it at
another sample page.