SecureEncrypt API
Our Encryption API provides a robust and efficient way to encrypt, decrypt, and hash data using industry-standard algorithms like AES, MD5, SHA-256, and bcrypt. Designed for developers who require on-the-fly encryption, this API ensures that your sensitive information remains protected without ever being stored on our servers. Your data is processed in real-time and discarded immediately after…
SecureEncrypt API endpoints
| Method | Endpoint | Description |
|---|---|---|
| encrypt | ||
| POST |
encryptTextWithAes /encrypt |
Encrypts the input text using AES encryption with the provided key |
| decrypt | ||
| POST |
decryptTextWithAes /decrypt |
Decrypts the input ciphertext using AES decryption with the provided key |
| hash | ||
| POST |
hashTextWithSpecifiedAlgorithm /hash |
Hashes the input text using the specified algorithm (md5, sha1, sha256, bcrypt) |
| verify-bcrypt | ||
| POST |
verifyBcryptHash /verify-bcrypt |
Verifies if the given password matches the bcrypt hash |
SecureEncrypt API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $4 / month | — |
|
| ULTRA Recommended | $6 / month | — |
|
| MEGA | $8 / month | — |
|