Skip to main content
For Universities & Registrars

Issue Verifiable Diplomas. Verify Them Instantly.

Over half of universities now offer digital credentials. Stop the fake diploma epidemic with cryptographically signed credentials.

The old way vs. the new way

Old Way

Paper diplomas

New Way

Cryptographically signed VCs

Old Way

3-5 day manual verification

New Way

Instant API verification

Old Way

$2.50-$14 per check (Clearinghouse)

New Way

Fraction of the cost

Old Way

Easy to fake (AI-generated)

New Way

Tamper-proof

Old Way

Call registrar, wait on hold

New Way

Verify in milliseconds

Issue and verify in minutes

issue_credential.rb
# Issue a credential to an employee
client = AhoSdk.issuer(api_key: ENV["AHO_API_KEY"])

credential = client.credentials.create(
  body: {
    schema_id: "AcademicDegree",
    subject_identifier: "did:key:z6Mk...",
    claims: {
      degree: "Bachelor of Science",
      major: "Computer Science",
      graduation_date: "2026-05-15",
      honors: "Cum Laude"
    }
  }
)
verification_flow.rb
# Verify academic credentials
client = AhoSdk.verifier(api_key: ENV["AHO_API_KEY"])

# Request degree proof from candidate
request = client.requests.create(
  body: {
    name: "Degree Verification",
    purpose: "Verify candidate's academic degree"
  }
)

# Check degree details
response = client.responses.get(
  request_uuid: "req_abc123",
  uuid: "resp_xyz789"
)

gem install aho-sdk · pip install aho-sdk · npm install @aho-sdk/core

Use cases

University Registrars

Issue digital diplomas

HR Departments

Verify candidates

Graduate Schools

Verify admissions

Licensing Boards

Verify prerequisites

The fake diploma epidemic

7,600+

Fake nursing diplomas (DOJ Operation Nightingale)

51%

Universities now offer digital credentials

W3C VC 2.0

Now official standard

Frequently Asked Questions

Issue your first verifiable diploma today.

No credit card required. W3C VC 2.0 compliant.