Neodym

부분 유료
분류별 TlodTheReal | 업데이트됨 1ヶ月前 | 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

팔로워: 0
자원:
제품 웹사이트
API 생성자 :
Rapid account: Tlod The Real
TlodTheReal
TlodTheReal
Rate API에 로그인
등급: 5 - 투표: 1