Crypto Key Value Store
API Able to store data/hash key value pair weakly associated. Keeping the hash(passwords or any data you dont want to actually store) safe by salting and applying a safe cryptographic algorithm(it will change if its leaked or the hasher is considered unsafe automatically). The stored hashes/data are associated to your account and and are not shared in any way with any other account.
Crypto Key Value Store endpoints
| Method | Endpoint | Description |
|---|---|---|
| category | ||
| GET |
get /api/category/{key} |
|
| DELETE |
del /api/category/{key} |
|
| GET |
index /api/category/ |
|
| POST |
add /api/category/{key} |
|
| crypto_data | ||
| POST |
add /api/data/{category}/{key}/{data} |
|
| PATCH |
patch /api/data/{_category}/{_key}/{_data} |
|
| DELETE |
del /api/data/{category}/{key}/{data} |
|
| GET |
index /api/data/{category} |
|
| GET |
get /api/data/{category}/{key}/{data} |
|
Crypto Key Value Store pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 100 / hour |
|
| PRO | $10 / month | — |
|
| ULTRA | $50 / month | — |
|
| MEGA Recommended | $1,000 / month | — |
|