Skip to content

Implementation of RFC3161 Timestamping using C#/.NET

Notifications You must be signed in to change notification settings

t0xk/rfc3161-timestamping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

rfc3161-timestamping

Implementation of IETF RFC3161 Timestamping using C#/.NET

This example uses RFC3161TimestampRequest, Rfc3161TimestampToken and Rfc3161TimestampTokenInfo from System.Security.Cryptography.Pkcs Namespace.

I decided to share this example, due to a serious lack of documentation and examples for timestamping using pure .NET. Most of the examples I found used third party libraries. I also included a JsonConverter that (de)serializes a RFC3161TimestampToken as JSON.

My example uses HTTP as the transmission protocol between the user and the timestamping authority. TAs public key is received with the timestamp response.

About

Implementation of RFC3161 Timestamping using C#/.NET

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages