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 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