Neodym

FREEMIUM
By TlodTheReal | Updated il y a 24 jours | Data
Health Check

N/A

README

Welcome to the official Neodym documentation!

Encrypt:
To encrypt something, simply eneter the base url (/) and add “/encrypt/[your text goes here]”. You can add spaces by writing “%20” instead of a space. Once entered, you will have everything displayed, ready to be retrieved.

Decrypt:
To decrypt something, simply eneter the base url (/) and add “/decrypt/[encrypted message]/[key]/[shift]”. Once entered, the decrypted message will be displayed and is ready to be retrieved.

Implementation (in python for easy example):
Here’s the script

import requests
r = requests.get(‘http://localhost:3000/encrypt/testing’)
encryption_list = r.json()
print(encryption_list)

This gives you an list as an output from which you can get needed data. Obvously you’d have to use a real url instead of the localhost used here

Followers: 0
Resources:
Product Website
API Creator:
Rapid account: Tlod The Real
TlodTheReal
TlodTheReal
Log In to Rate API
Rating: 5 - Votes: 1