1 Repo
Using cryptographic primitives to ensure data has not been altered since signing.
Distinct from Data Integrity Validation: Existing candidates focus on Swift model structural integrity or DNS records, not cryptographic data integrity
Explore 1 awesome GitHub repository matching security & cryptography · Cryptographic Integrity Validation. Refine with filters or upvote what's useful.
hashsigs-ts is a TypeScript cryptography library used to generate and verify digital signatures through one-time cryptographic schemes. It functions as a hash-based signature tool that creates secure signatures without relying on asymmetric encryption. The library provides tools for cryptographic identity verification and data integrity validation. It utilizes a one-time signature generation process to ensure that data remains unaltered and that the origin of a message can be proven. The implementation manages raw cryptographic data using typed arrays and employs pure functions to ensure con
Ensures information remains unaltered since being signed by the original sender.