This website provides api tools such as base64 convertion and hashing. Check out some examples below.
https://accessretrieved.github.io/api(base url)
https://accessretrieved.github.io/api?mode=(base url + mode)
Available modes are base64
, hash
, and json
.
https://accessretrieved.github.io/api?mode=base64&function=encode&string=a-string-to-encode
https://accessretrieved.github.io/api?mode=base64&function=decode&string=a-string-to-decode
https://accessretrieved.github.io/api?mode=hash&string=a-string-to-encode-with-hash
https://accessretrieved.github.io/api?mode=json
The above examples shows encoding with base64
, decoding with base64
, hashing
, and json
.
Variable json
returns info about current browser, user-agent, as well as other device info.
The account page offers sign in with the token gave from the mode json
. To sign in with the temporary token id, follow these steps:
https://accessretrieved.github.io/api?mode=json
and copy the value beside "visit-token".https://accessretrieved.github.io/account?token=YOUR-VISIT-TOKEN
. Be sure to replace YOUR-VISIT-TOKEN with the token you copied earlier.Via Wechat
Via Email