Is there a way to get the same output as the php's method sha1(sha1("string",true)) in node?
As an example if my input is '123456789', the output should be 'cc67043c7bcff5eea5566bd9b1f3c74fd9a5cf5d'
Thank you in advance.
source https://stackoverflow.com/questions/73504984/nodejs-equivalent-for-phps-sha1sha1string-true
No comments:
Post a Comment