MicroAPIs Security & Crypto
MD5/SHA-256 hashing, Base64 encoding, UUID generation, password tools, JWT decode/validate, AES-256 encryption, and random byte generation. 12 endpoints.
1 subscribers
12 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
MicroAPIs Security & Crypto endpoints
| Method | Endpoint | Description |
|---|---|---|
| Hash | ||
| POST |
hashMd5 /hash/md5 |
Computes the MD5 hash of the provided text string. |
| POST |
bcryptCheck /security/hash/bcrypt-check |
Checks whether a plain text string matches a bcrypt hash. |
| POST |
hashSha256 /hash/sha256 |
Computes the SHA-256 hash of the provided text string. |
| Encode | ||
| POST |
base64 /encode/base64 |
Encodes text to Base64 or decodes a Base64 string back to plain text. |
| Generate | ||
| GET |
generateUuid /generate/uuid |
Generates a random UUID v4 string. |
| Password | ||
| POST |
checkPasswordStrength /security/password/strength |
Evaluates the strength of a password, returning a score, label, suggestions for improvement, entropy, and estimated crack time. |
| POST |
generatePassword /security/password/generate |
Generates a cryptographically secure random password with configurable length and character set options. |
| JWT | ||
| POST |
decodeJwt /jwt/decode |
Decodes a JSON Web Token without verifying the signature, returning the header, payload, signature, and expiration status. |
| POST |
validateJwt /jwt/validate |
Validates the structure and claims of a JWT token, returning validity status, algorithm, type, and claims information. |
| Encrypt | ||
| POST |
aesDecrypt /encrypt/aes-decrypt |
Decrypts AES-256-CBC encrypted text using the provided key and initialization vector. |
| GET |
randomBytes /encrypt/random-bytes |
Generates cryptographically secure random bytes in the specified encoding format. |
| POST |
aesEncrypt /encrypt/aes |
Encrypts text using AES-256-CBC encryption. Optionally provide your own key, or one will be generated for you. |
MicroAPIs Security & Crypto pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $15 / month | 5 / second |
|
| ULTRA | $45 / month | 15 / second |
|
| MEGA | $120 / month | 30 / second |
|