Core APIs
...
SHA256
SHA sign and return Hex
2 min
this hashes your input with a provided key using sha256 algorithm and returns a hex value api definition { "tab" "examples", "url" "https //orca pathfix com/functions/text/tosha256tohex", "name" "sha to hex api", "method" "post", "request" { "pathparameters" \[], "queryparameters" \[], "headerparameters" \[], "bodydataparameters" \[], "formdataparameters" \[] }, "results" { "languages" \[ { "id" "i2xajd67e bwzgqjfdobc", "code" "{\n\t\\"output\\" \\"73cba95c1178d585156e158e0d81cc6b45bb830514c64092dbf573be542ddad1\\"\n}", "language" "200" }, { "id" "w60qsqw0dc5hcsjkrpwd ", "code" "{\n \\"message\\" \\"error\\"\n}", "language" "404" } ], "selectedlanguageid" "i2xajd67e bwzgqjfdobc" }, "examples" { "languages" \[ { "id" "swxngnlphdf5z8m lniqq", "code" "{\r\n\t\\"input\\" \\"202038 1209292838 2928382 392929\\",\r\n\t\\"key\\" \\"/ jjshds\@dslldkwie\\"\r\n}", "language" "json" } ], "selectedlanguageid" "swxngnlphdf5z8m lniqq" }, "description" "call the following api to hash your input", "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