Fun Crypto Ciphers
An imeplementation of a large selection of common ciphers for educational purposes.
18 subscribers
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.
Fun Crypto Ciphers endpoints
| Method | Endpoint | Description |
|---|---|---|
| Caesar cipher | ||
| POST |
caesar_break_break_post /api/v1/ciphers/caesar/break |
This implementation uses a word dictionary to break a Caesar cipher |
| POST |
caesar_decrypt_decrypt_post /api/v1/ciphers/caesar/decrypt |
This is an decryption implementation of the Caesar cipther that accepts only upper case characters and space (27 characters). Thespace is at index 26. |
| POST |
caesar_encrypt_encrypt_post /api/v1/ciphers/caesar/encrypt |
This is an encryption implementation of the Caesar cipther that accepts only upper case characters and space (27 characters). Thespace is at index 26. |
| Vigenere cipher | ||
| POST |
vigenere_encrypt_encrypt_post /api/v1/ciphers/vigenere/encrypt |
|
| POST |
vigenere_decrypt_decrypt_post /api/v1/ciphers/vigenere/decrypt |
|
| One Time Pad cipher | ||
| POST |
one_time_pad_decrypt_decrypt_post /api/v1/ciphers/one_time_pad/decrypt |
|
| POST |
one_time_pad_encrypt_encrypt_post /api/v1/ciphers/one_time_pad/encrypt |
|
| Fractioned Morse cipher | ||
| POST |
fractioned_morse_decrypt_decrypt_post /api/v1/ciphers/fractioned_morse/decrypt |
|
| POST |
fractioned_morse_encrypt_encrypt_post /api/v1/ciphers/fractioned_morse/encrypt |
|
| Mono Alphabetic Substitution cipher | ||
| POST |
mono_alphabetic_substitution_decrypt_decrypt_post /api/v1/ciphers/mono_alphabetic_substitution/decrypt |
|
| POST |
mono_alphabetic_substitution_encrypt_encrypt_post /api/v1/ciphers/mono_alphabetic_substitution/encrypt |
|
| Homophonic Substitution cipher | ||
| POST |
homophonic_substitutionn_decrypt_decrypt_post /api/v1/ciphers/homophonic_substitution/decrypt |
|
| POST |
homophonic_substitution_encrypt_encrypt_post /api/v1/ciphers/homophonic_substitution/encrypt |
|
Fun Crypto Ciphers pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|