How To Use Hash in MIT App Inventor USED API(FREE)

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.

Might be better if this returned 0 (zero) instead of "nothing" ?

1 Like

Thanks, I fixed the problem, you can try it.

1 Like

yes, this is the most important note, because actually noone will use an online service to create a hash value, therefore this tutorial is just an API test example without practical use

usually you will use an offline solution without sending your valuable data via the internet

Some of the available offline solutions

Taifun

and

1 Like