php中的SHA512 - 怎么样?

时间:2011-04-01 16:39:45

标签: php codeigniter sha

  

可能重复:
  SHA-512 library for PHP

我看到has()只是sha1。如何使用codeignitor正确地使用PHP实现SHA512。我需要一个外部库吗?还是内置支持?如果对外开放/免费提出任何建议?

感谢。

1 个答案:

答案 0 :(得分:1)

请参阅http://us2.php.net/manual/en/function.hash-algos.php

print_r(hash_algos());

那应该给你SHA512。