one way SHA1 hash javascript implementation?

北城余情 提交于 2019-11-29 02:31:06
leebriggs

Try the Stanford Crypto library. It's pretty comprehensive but if you just need a single hashing function you can extract it from the core (it has sha1 and 256).

Refer This

You shouldn't be using SHA1 to do your hashing anymore, since it's been broken for a while. Try SHA256.

I think that's what you're looking for: http://phpjs.org/functions/sha1:512

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!