SHA1 hash algorithm function 介绍
Calculates the sha1 hash of str using the US Secure Hash Algorithm 1.
SHA-1 the Secure Hash Algorithm (SHA) was developed by NIST and is specified
in the Secure Hash Standard (SHS, FIPS 180).
This script is used to process variable length message into a fixed-length
output using the SHA-1 algorithm. It is fully compatible with UTF-8 encoding.
If you plan using UTF-8 encoding in your project don’t forget to set the page
encoding to UTF-8 (Content-Type Meta tag).
$.sha1("I'm Persian."); // return "1d302f9dc925d62fc859055999d2052e274513ed"
SHA1 hash algorithm function 官网
http://plugins.jquery.com/project/sha1
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。