E-SIGNATURES
Upload a document, add signers, and send. Each signature is captured with pressure-sensitive biometrics, fingerprinted to a device, and locked in a SHA-256 evidence bundle. No chasing. No printing. No scanning. Just signed.
WHAT SIGN CAN DO
Pressure, velocity, and stroke data captured for every signature. Real biometrics, not just an image.
Define who signs when. Sequential, parallel, or conditional routing. The right person at the right time.
Every signature generates a forensic evidence package: device fingerprint, IP, timestamp, and SHA-256 hash.
Bundle multiple documents into one signing session. Signers complete everything in one go.
Track every session: who signed, who's pending, who hasn't opened. Webhooks for every state change.
Drop signing into your app with an iframe. White-label, customizable, and mobile-ready.
HOW IT WORKS
Upload a document and define who needs to sign.
Signers get a link. They sign on any device, any browser.
Biometric data captured. Evidence bundle generated automatically.
SHA-256 hash, device fingerprint, and audit trail. Legally binding.
from masonry import signsession = sign.create_session(name="NDA Signing")session.add_document("nda-filled.pdf")session.add_signer(name="Jane Doe",email="jane@company.com",order=1)session.send()
evidence = sign.get_evidence(session_id=session.id)print(evidence.hash)# "a3f8c2...b91d"print(evidence.is_valid) # Trueprint(evidence.similarity_score)# 0.94
WORKS WITH