Post-quantum encryption. No key management. Any chain.
ML-KEM-768 + AES-GCM inside hardware-isolated TEE enclaves.
Encrypt data without touching keys. Proofs settle on Ternoa.
Data enters a hardware-isolated Trusted Execution Environment. The enclave encrypts in a sealed memory space physically isolated from the host. Not even the server operator can see inside.
No keys to store, rotate, or lose. The TEE handles encryption and decryption internally. Your application never touches cryptographic material. CIFER manages the lifecycle inside hardware isolation.
Every operation produces a cryptographic attestation proving it happened inside an unmodified TEE. Proofs are posted on Ternoa Appchain for public verification. Fully transparent, fully verifiable.
Files, documents, and data with zero-key encryption. Decryption only inside hardware enclaves. No key management for your team.
Receive payments without exposing your wallet. Encrypted payment channels keep sender and receiver identities confidential. Live with Unlinkable on Ethereum.
End-to-end encrypted messaging with post-quantum protection. No central key server. TEE enclaves handle all cryptographic operations.
Share sensitive documents with cryptographic access controls. Encrypted at rest and in transit. Decryption requires TEE attestation. Live in CIFER Hub.
ML-KEM-768 is the NIST-standardized post-quantum key encapsulation mechanism. Replaces vulnerable RSA and ECC with lattice-based cryptography resistant to quantum attacks.
Quantum computers will break current encryption. CIFER's post-quantum infrastructure protects data encrypted today from being decrypted by quantum machines tomorrow.
Integrate once with the CIFER SDK. As standards evolve, CIFER upgrades algorithms inside the TEE. Your integration stays the same. Zero downtime. Zero code changes.
One npm package. Any EIP-1193 wallet. Multi-chain out of the box.
// Import the SDK
import { createCiferSdk,
Eip1193SignerAdapter,
blackbox
} from 'cifer-sdk';
// Initialize
const sdk = await createCiferSdk({
blackboxUrl: 'https://cifer-blackbox...'
});
// Connect wallet
const signer = new Eip1193SignerAdapter(
window.ethereum
);
// Encrypt inside TEE
const result = await
blackbox.payload.encryptPayload({
chainId: 752025,
secretId,
plaintext: 'sensitive data',
signer,
readClient: sdk.readClient,
blackboxUrl: sdk.blackboxUrl
});
MetaMask, WalletConnect, Coinbase, or custom signers. No dependency on specific wallet libraries.
Automatic chain discovery. On-chain commitments with log-based retrieval and integrity verification.
Encrypt files of any size with async job processing. ML-KEM-768 + AES-GCM for post-quantum protection.
Register quantum keypair
Send to Blackbox
Commit on-chain
Decrypt via signature