Letter e-signatures
Send any issued letter (offer, NOC, salary cert, custom) to an employee for legally-binding electronic signature. Captures IT-Act §3A audit fields and detects post-issue tampering.
What HR sees
- Open any issued letter → click Request signature.
- Confirm signer name + email + optional expiry (7/14/30/90 days).
- System emails the signer a link to
/sign/<token>. - Track status on the issued-letters list — PENDING → SIGNED / DECLINED / EXPIRED.
- After signing, download the original letter + the appended audit page (IP, UA, hash, signed-at).
What the signer sees
- Opens the link — no login needed.
- Reads the rendered letter (HTML, with letterhead + footer).
- Types name OR draws signature on touch / mouse canvas.
- Ticks IT-Act §3A consent statement.
- Clicks Sign now → success page + confirmation email.
- Can also Decline with optional reason (recorded; no signature captured).
Security & tamper evidence
- Each request gets a random 24-byte opaque token (no PII in the URL).
- At issue, we compute SHA-256 of (content + header + footer + signer email + token). At sign-time we recompute — if HR edited the letter in between, we refuse to sign and show a clear tamper warning.
- IP, User-Agent, exact timestamp captured server-side. Not editable post-signing.
- Signature data limit 150 KB (typed text OR canvas PNG data URL).
- HR can Revoke a PENDING signature any time.
- Expiry auto-flips PENDING → EXPIRED on link resolve.
Legal basis
India: §3A & §10A of the Information Technology Act, 2000. EU: eIDAS Regulation (910/2014) — qualifies as an "advanced electronic signature" (AES). US: ESIGN Act (15 U.S.C. §7001). The audit page is part of the signed document and shows up as the last page of any download.