Getting Started with QuantPass
QuantPass is the unified identity, certificate management, and privileged access platform built for the post-quantum era. This guide will get you up and running in under 15 minutes — whether you're an end user installing the browser extension, an IT admin setting up your organization, or a developer integrating via the CLI and SDK.
What is QuantPass?
QuantPass protects your credentials and privileged access using NIST-standardized post-quantum cryptography — specifically ML-KEM-1024 (FIPS 203) for encryption and ML-DSA-44 (FIPS 204) for authentication. Unlike legacy password managers that rely on classical ECDSA or RSA, QuantPass is engineered to resist both current and future quantum threats, including Harvest Now, Decrypt Later (HNDL) attacks.
QuantPass gives you:
Zero-knowledge encrypted vaults — credentials are encrypted on your device before they ever leave it. We are technically incapable of reading your passwords.
Post-quantum cryptography — ML-KEM-1024 and ML-DSA-44, aligned with NIST FIPS 203 and 204.
Enterprise identity management — SCIM 2.0 provisioning, SSO via Okta and Microsoft Entra ID, and just-in-time privileged access.
Developer-native secrets management — CLI, SDK, and GitHub Actions integration for managing secrets, SSH keys, and machine identities in your pipeline.
Prerequisites
Before you begin, make sure you have:
A QuantPass account. If you don't have one yet, request access at quantcert.ai/demo.
For the browser extension: Google Chrome version 114 or later.
For the admin console: An organization admin account. If you are the first person setting up QuantPass for your company, you will be provisioned as the owner.
For the CLI and SDK: Node.js 18 or later and npm or pnpm installed.
Choose Your Quickstart
Select the path that matches how you'll use QuantPass:
Browser Extension
Install the QuantPass Chrome extension, create your vault, and autofill your first credential in under five minutes.
Admin Console
Set up your organization, configure SSO with Okta or Microsoft Entra ID, and invite your first users.
CLI & SDK
Access secrets and credentials programmatically from your terminal, application code, or CI/CD pipeline.