Core APIs
...
SHA256
SHA sign and return Base64
2 min
this hashes your input with a provided key using sha256 algorithm and returns a base64 value api definition { "tab" "examples", "url" "https //orca pathfix com/functions/text/tosha256tob64", "name" "sha to base64 api", "method" "post", "request" { "pathparameters" \[], "queryparameters" \[], "headerparameters" \[], "bodydataparameters" \[], "formdataparameters" \[] }, "results" { "languages" \[ { "id" "nh7meuq azhal7ywdhvwv", "code" "{\n\t\\"output\\" \\"c8upxbf41yuvbhwodyhma0w7gwuuxkcs2/vzvlqt2te=\\"\n}", "language" "200" }, { "id" " q pntju aqkhilggadkt", "code" "{\n \\"message\\" \\"error\\"\n}", "language" "404" } ], "selectedlanguageid" "nh7meuq azhal7ywdhvwv" }, "examples" { "languages" \[ { "id" "zkvkzbovz5qi0cgkcnjzc", "code" "{\r\n\t\\"input\\" \\"202038 1209292838 2928382 392929\\",\r\n\t\\"key\\" \\"/ jjshds\@dslldkwie\\"\r\n}", "language" "json" } ], "selectedlanguageid" "zkvkzbovz5qi0cgkcnjzc" }, "description" "call the following api to hash your input from sha to base64", "currentnewparameter" { "label" "body parameter", "value" "bodydataparameters" } } 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