Tạo mã băm Sha1 Online
Sử dụng thuật toán SHA1 để mã hóa chuỗi
Enter string to convert to SHA1
This tool uses hash code generation using SHA1 encryption algorithm.
Most popular programming languages support generating hashes using the SHA1 algorithm. Using it in programming is also quite simple and easy.
Most popular programming languages support generating hashes using the SHA1 algorithm. Using it in programming is also quite simple and easy.
SHA1 in PHP
PHP convert string to SHA1.
hash function in Php.net
function hash_sha1_generator_php($input) {
return hash("sha1", $input, false);
}
echo hash_sha1_generator_php("https://vi.sita.app/sha1-hash-generator");
//output df5ffb5f455b60b7f05dd3df3fac98aabb6b09cd