https://github.com/vikrantaroraa/api
https://github.com/vikrantaroraa/api
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vikrantaroraa/api
- Owner: vikrantaroraa
- Created: 2020-04-03T19:19:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-03T19:30:02.000Z (about 6 years ago)
- Last Synced: 2025-01-16T06:58:02.804Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Encryption Api
This is an API created by me which allow you to encrypt your messages
## How to use
pass your secret message in the given link it will return an JSON having your encrypted message
```
https://veshu-apis.herokuapp.com/encryption/{Message}
```
## Example
If you pass "This is secret message" to given link
```
{"Encrypted Message":"egassem si sihT"}
```