Get Started
Introduction
noro is a one-time secret sharing tool for env vars. share secrets securely with links that self-destruct.
Overview
sharing secrets like API keys and credentials is risky. most people paste them in slack, email, or text messages where they can be intercepted or logged.
noro encrypts your secrets client-side before upload. the decryption key stays in the URL fragment and is never sent to our servers. once the secret is viewed, it's permanently deleted.
Features
one-time links
each secret generates a unique link that can only be viewed once. after viewing, the encrypted data is permanently deleted from our servers.
end-to-end encryption
secrets are encrypted using AES-256-GCM before leaving your browser. the decryption key stays in the URL fragment, which is never sent to servers.
CLI tool
share env vars directly from your terminal. the CLI can read from your environment and automatically write claimed secrets to .env files.
file sharing
upload and share encrypted files up to 5MB. perfect for sharing certificates, keys, and other sensitive files.
view limits
set how many times a secret can be viewed before it's deleted. useful when sharing with multiple team members.
auto-expiry
secrets automatically expire after a set time period. choose from 1 hour to 7 days.