Is there a method for calculating the sha-512 bit hash in php? does the sha1() function work for that..
Thanks in advance for the help...🙂
SHA-512 is in the SHA-2 family of hashes. Use [man]hash/man.
Thanks a lot for the reply