An open API service indexing awesome lists of open source software.

https://github.com/vikrantaroraa/api


https://github.com/vikrantaroraa/api

Last synced: 9 months ago
JSON representation

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"}

```