image

Authenticator

A simple endpoint to helps you with your authentication

Support Encode/Decode/Hash/RSA Keys/JWT

API

  • KEYS
    Parameter - Example RSA Key Generator

    passphrase Add unique passphrase to generate key
    encoding Encoding Types ascii/ utf8/ utf16le/ ucs2/ base64/ base64url/ latin1/ binary/ hex

  • Hash
    Parameter - Example Hash

    salt Random data fed as an additional input to a one-way function that hashes data, a password or passphrase
    data Send data to be hashed

  • Encode
    Parameter - Example Encode

    encoding Encoding Types ascii/utf8/utf16le/ucs2/base64/base64url/latin1/binary/hex
    data Data to encode
    For json send url encoded data
    url Url(Coming Soon) Read data from url instead of static data. Overwrite data field
    type Output Types Json/Text | Default - Text

  • Decode
    Parameter - Example Decode

    encoding Encoding Types ascii/utf8/utf16le/ucs2/base64/base64url/latin1/binary/hex
    data Data to decode
    type Output Types Json/Text | Default - Text

Use it for your security

Please provide us the feedback for improvement. How we can help you.