Master Bathroom
Tour Session/Move-Out·22 Oct 2026 · 19:10:00 UTC
1147 Stanyan Street, Apt 3, San Francisco, CA 94117
Cryptographic Hash
008c9e 7f4d 2b1a 3c5e106f8d 0c1b 2a3f 4e5d206c7b 8a9e 0d1c 2b3a304f5e 6d7c 8b9a 0123
RFC 3161 Timestamp
- Issuing Authority
- DigiStamp Universal TSAwww.digistamp.com
- Issued At
- 22 Oct 2026 · 19:18:44 UTC
- Policy OID
- 1.2.840.113733.1.7.23.3
- Serial Number
- 7E:9A:C3:11:08:4B:DD:6F
A binary RFC 3161 timestamp token. Independently verifiable with openssl ts -verify.
What is a Timestamp Authority?
A Timestamp Authority (TSA) is an independent third party that cryptographically signs a hash with the current time. The signed token proves the data existed at exactly that moment — neither RenterSeal nor the user can forge it after the fact. RFC 3161 is the standard governing how this works, and it is the same mechanism used by code-signing CAs and notarial archives worldwide.
Location
- Address
- 1147 Stanyan Street, Apt 3, San Francisco, CA 94117
- Latitude
- 37.776492° N
- Longitude
- 122.417183° W
- Source
- Device GPS · OS-level mock detection passed
Chain of Custody
- RecordedVideo captured on device · GPS attached
- HashedSHA-256 computed locally before upload
- UploadedResumable transfer to GCS · encrypted at rest
- TimestampedDigiStamp Universal TSA · RFC 3161 token issued
- VerifiableThis page · publicly auditable
Capture Metadata
- Room
- Master Bathroom
- Session Type
- Move-Out
- Captured At
- 22 Oct 2026 · 19:14:22 UTC
- Duration
- 1m 11s
- File Size
- 77.4 MB
- Device UID
- A8F4·E712·9C0D(truncated)
- Capture App
- Vouch iOS 1.2.1 (build 487)
Independent Verification
Verify this independently▸
Download the original video
Save the file to your machine, then re-compute its SHA-256. The result must match the hash printed above to the byte.
curl -O /sample/master-bathroom-move-out.mp4 shasum -a 256 master-bathroom-move-out.mp4 # expect: 8c9e7f4d2b1a3c5e6f8d0c1b2a3f4e5d6c7b8a9e0d1c2b3a4f5e6d7c8b9a0123
Download the RFC 3161 timestamp token
The .tsr file is a binary timestamp token signed by the issuing TSA. Verifying it requires only OpenSSL and the TSA's public certificate.
curl -O /receipts/550e8400-e29b-41d4-a716-446655440000.tsr openssl ts -verify \ -in 550e8400-e29b-41d4-a716-446655440000.tsr \ -data master-bathroom-move-out.mp4 \ -CAfile tsa-chain.pem
Confirm the chain
If both checks pass, three things are mathematically true: the video is bit-identical to the one captured; the timestamp token was issued by the named TSA; and therefore this exact video existed at the moment shown above.