Skip to content

This is an API to encrypt and decrypt using the cipher caesar.

Notifications You must be signed in to change notification settings

KevinFrutos/API-Cipher-Caesar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage 💻

# ENCRYPT

GET /encrypt
headers{
    "encrypt_message": "message to encrypt",
    "position": "default: 3" // Optional position from 1 to 25
}

# DECRYPT

GET /decrypt
headers{
    "decrypt_message": "message to decrypt",
    "position": "default: 3" // Your encrypt position
}

About

This is an API to encrypt and decrypt using the cipher caesar.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published