How to calculating sha256 (ex: a = sha256(request) + sha256(marchant + "/" +pass) )?

Please help provide a solution or any idea?

In shell you can use openssl dgst -sha256. But for every programming language there is its own library or module.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.