Hello everyone,
The .aia extension file below contains sample codes for you to use the Turgut Bay Tash API in MIT App Inventor and you can test it via the GUI.
If you have a question or suggestion, you can write.
Algorithm system used in API
sha256, whirlpool, sha384, md5, ripemd160, sha512, gost,sha1,sha224
aims to improve security by re-hashing the hashed texts of the algorithms
TurgutHashService.aia (3.5 KB)
AIA Code Content
AIA GUI Content
WARNING: HASH PROCESS IS PERFORMED AT"hash.turgutbay.com"
THIS CODE IS ONLY AN API USAGE TUTORIAL
INTERNET CONNECTION REQUIRED FOR PROCESSING
API URLS
Create Url
Create URL:https://hash.turgutbay.com/hash/create/?data=
Try Create:Click
Data content requests the String data you want to hash
Check Url
Create URL:https://hash.turgutbay.com/hash/check/?hashed_data=&check_data=
Try Check Return True:Click
Try Check Return False:Click
Hashed data content is the String data that you want to find out whether the data you hashed with this service is the encrypted version of another normal text.
The content of check_data is the normal data I just mentioned.