Encrypt Decrypt
Encrypt Decrypt is an api for generating MD5, SHA1, SHA256, SHA384, SHA512 hashes from strings and decrypting them to strings. In other words, this tool is a combination of hash generator and a decrypter.
Encrypt Decrypt endpoints
| Method | Endpoint | Description |
|---|---|---|
| Health | ||
| GET |
health_check_health_get /encryption/health |
Check the health status of the API and database connection. |
| Decrypt | ||
| GET |
decrypt_hash_api_v1_decrypt__hash_value__get /api/v1/decrypt/{hash_value} |
Decrypt a hash by looking up its plaintext value. Automatically detects the hash algorithm based on length. Supported algorithms: MD5, SHA-1, SHA-256, SHA-384, SHA-512 |
| POST |
decrypt_hashes_bulk_api_v1_decrypt_bulk_post /api/v1/decrypt/bulk |
Decrypt multiple hashes in bulk. Returns results for each hash, indicating whether it was found and its plaintext value. |
| Other endpoints | ||
| GET |
decrypt_hash_api_v1_decrypt__hash_value__get_copy /encryption/api/v1/decrypt/{hash_value} |
Decrypt a hash by looking up its plaintext value. Automatically detects the hash algorithm based on length. Supported algorithms: MD5, SHA-1, SHA-256, SHA-384, SHA-512 |
Encrypt Decrypt pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| ULTRA | $5 / month | — |
|
| MEGA | $10 / month | — |
|