STEP 1 OF 5 // IDENTITY REVIEW
SCANNING

사람 + PASS

SARAM
PASS

Prove you are human.
Not a bot. Not an AI.
A person.

VERIFIED
HUMAN
IDENTITY DOCUMENT #SP-2024-0001
STATUS ✓ HUMAN CONFIRMED
PROTOCOL SARAMPASS v2.1
ISSUER sarampass.com
TOKEN SP:a3f9b2...
↓ SCROLL TO BEGIN VERIFICATION

The Internet Is
Broken.

67% of internet traffic is
automated bots

Bots Pass CAPTCHAs

Modern AI solves traditional CAPTCHA puzzles with 99.8% accuracy. The old guard is dead.

AI Writes Like Humans

Reviews, comments, social posts — synthetic content floods every platform, indistinguishable from real voices.

Trust Is Collapsing

When you can't tell human from machine, every interaction becomes suspect. Human voice drowns in synthetic noise.

How SaramPass
Verifies Humans.

01

Request Challenge

Initiate a verification session via SaramPass API. Receive a unique challenge token assigned to this session only.

02

Human Challenge

Complete behavioral, cognitive, and temporal tests that measure what AI cannot replicate — biological timing, intuitive reasoning, and genuine uncertainty.

03

Cryptographic Proof

Receive a signed, time-bound token proving human identity. Valid cross-platform, impossible to forge, impossible to transfer.

04

Deploy Anywhere

Embed the SaramPass widget in any site, app, or API endpoint. Under 5 seconds, zero personal data collected.

05

Revoke & Renew

Tokens expire automatically. Re-verification preserves privacy while blocking replay attacks and stolen credentials.

Built for a
Post-Bot World.

🔒

Zero Data Storage

No personal data collected. No biometric database. Verification without surveillance — privacy by architecture, not policy.

Under 5 Seconds

No distorted text. No fire hydrants. No bike lanes. Just fast, elegant human verification that respects your time.

🌐

Cross-Platform Pass

One verified identity works everywhere. A universal human credential accepted across any SaramPass-enabled platform.

🧬

Adaptive AI Defense

Behavioral analysis that evolves with AI capabilities. As bots get smarter, so does the challenge. Always one step ahead.

🔑

Cryptographic Tokens

Signed proofs using elliptic curve cryptography. Tamper-proof, time-bound, and mathematically impossible to fabricate.

💻

Simple API

Three lines of code to integrate. REST, SDK, or widget — developer-first from day one. Full documentation included.

HUMAN VERIFIED

Are you ready to
prove your humanity?

Join the protocol that separates the human from the machine.

QUICK START
npm install sarampass
import { verify } from 'sarampass'

const token = await verify({ challenge })
// returns: { human: true, token: 'SP:...' }