Core APIs
...
Text
SHA256

SHA sign and return Base64

2min

This hashes your input with a provided key using SHA256 algorithm and returns a Base64 value



API Definition

Call the following API to hash your input from SHA to Base64
POST
Request


Use Cases

Used in cases where the requirement is to compare signatures. Commonly used in signature verification of webhooks etc. Since this is a one way signing and cannot be decrypted, it is useful to use these to sign passwords etc. before storing into a database.