opentimestamps.org icon indicating copy to clipboard operation
opentimestamps.org copied to clipboard

Timestamping hex digests

Open petertodd opened this issue 7 years ago • 5 comments

Some users aren't going to want to reveal their files to the website, even if it's supposed to be client-side. It'd be good to have an "advanced" tab or similar that can timestamp and verify a SHA256 hex-encoded digest directly.

petertodd avatar Apr 11 '17 19:04 petertodd

Added a pull request in order to pass the hex digest as get parameters : https://github.com/opentimestamps/opentimestamps.org/pull/7

lvaccaro avatar Apr 13 '17 12:04 lvaccaro

Additionally, the site says 100MB max file size. This would allow someone to generate a hash for something larger outside the browser and then copy it in.

It might also be nice to just allow arbitrary strings (with a 32 or 64 byte limit), allowing people to use different hash types or anything else that can be expressed in a short string.

Dreamsorcerer avatar May 26 '17 13:05 Dreamsorcerer

@Dreamsorcerer This is already been implemented follow the link @lvaccaro posted. We should better document it though and then close this issue

RCasatta avatar May 28 '17 10:05 RCasatta

I thought the ticket was to create something like an advanced tab, so I can quickly enter a string and click the stamp button on the site. The pull request has presumably implemented the API to do this, but there is still no UI on the site to do this.

I'd much prefer to be able to do this with just clicking a button and not having to figure out how to make the right API request to submit it.

Dreamsorcerer avatar Jun 01 '17 17:06 Dreamsorcerer

Hi, I am trying to timestamp a digest. But the API call with get parameter doesn't seem to work. Is there any other way we can do timestamping of digests? Thanks

RebekkalPangras avatar Jun 29 '21 09:06 RebekkalPangras