Result: Convert the SHA-256 Hash to Base64 Format

Step 1: Convert to Base64

To convert the hash to Base64 form, use an online tool like Base64 Encode:

Example of Base64 conversion

After conversion, you'll receive a final Base64 string like this:

Alternative approach using a command-line

This command removes colons from a SHA-256 string, then converts the hexadecimal output to a Base64-encoded binary string for Talsec's configuration.

This command will output the final Base64 string:

iIx/AtYu7TpAu5cma4JdDXio5bayFSi89axnyOCjfFo=

Step 2: Use resulting string in your Talsec configuration βœ…

Your work here is done. Insert it into your Talsec configuration.

Example of a Talsec freeRASP configuration in Flutter with the resulting string:

Flutter signingCertHash example

Last updated