Open Encrypt
This API allows one to generate keys, encrypt messages, and decrypt messages using two post-quantum encryption methods: `ring-lwe` and `module-lwe`. These have been published as Rust crates at: - https://crates.io/crates/ring-lwe - https://crates.io/crates/module-lwe
Open Encrypt endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
health /v1/health |
checks the health of the API. |
| POST |
encrypt /v1/encrypt |
Encrypt a plaintext message with a public key. |
| POST |
decrypt /v1/decrypt |
Decrypt ciphertext which was encrypted using `ring_lwe` or `module_lwe` methods given a secret key. |
| POST |
keys /v1/keys |
Generates public/private keys using either `ring-lwe` or `module-lwe`. |
Open Encrypt pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|