Cryptography APIs
Various cryptography tools, including hashing, AES/RSA encryption, HMAC, signature generation and verification, key derivations, random generation, and more.
29 subscribers
8.8/10 popularity
502 ms avg latency
100% success rate
13 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Cryptography APIs endpoints
| Method | Endpoint | Description |
|---|---|---|
| Keygen | ||
| POST |
RSA Keygen /rsa/keygen |
Generate keys with RSA. |
| POST |
Elliptic Curve Keygen /ec/keygen |
Generate keys with elliptic curve. |
| Encrypt | ||
| POST |
AES Encrypt /encrypt |
Encrypt text with AES. |
| POST |
RSA Encrypt /rsa/encrypt |
Encrypt data with RSA. |
| Decrypt | ||
| POST |
RSA Decrypt /rsa/decrypt |
Decrypt with RSA. Also supports OAEP padding. |
| POST |
AES Decrypt /decrypt |
Decrypt text with AES. |
| Other endpoints | ||
| GET |
Info /info |
Get information about the API. |
| POST |
Hash generation /hash |
Generate a hash. |
| POST |
HMAC /hmac |
Verify/authenticate using HMAC |
| POST |
Sign /sign |
Sign files/documents. |
| POST |
Verify /verify |
Verify a signature. |
| POST |
Key Derivation /derive |
Perform key derivation. Iterations must be between 1000 and 10000. |
| POST |
Random Generation /random |
Generate random data. |
Cryptography APIs pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $3.99 / month | — |
|
| ULTRA Recommended | $9.99 / month | — |
|
| MEGA | $24.99 / month | — |
|