目录

Digest::SHA version 5.93

Digest::SHA is a complete implementation of the NIST Secure Hash Standard. It gives Perl programmers a convenient way to calculate SHA-1, SHA-224, SHA-256, SHA-384, SHA-512, SHA-512/224, and SHA-512/256 message digests. The module can handle all types of input, including partial-byte data.

Digest::SHA is written in C for speed. If your platform lacks a C compiler, you can install the functionally-equivalent (but much slower) Digest::SHA::PurePerl module.

The tests subdirectory (t/*.t) contains an extensive set of SHA vectors compiled from various sources.

INSTALLATION

To install this module type the following:

perl Makefile.PL [ options ]
make
make test
make install

The Makefile.PL options are:

-t : build a thread-safe version of module
-x : exclude support for SHA-384/512

NOTE: Option -t is still allowed but no longer necessary.

DEPENDENCIES

None

COPYRIGHT AND LICENSE

Copyright (C) 2003-2014 Mark Shelor

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Please refer to the Perl Artistic License for details:

http://search.cpan.org/perldoc?perlartistic

关于

Perl模块,提供SHA-1、SHA-224、SHA-256、SHA-384、SHA-512、SHA-512/224和SHA-512/256安全哈希算法

657.0 KB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9 京公网安备 11010802047560号