• 大小: 4KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-07
  • 语言: C/C++
  • 标签: sha  加密算法  C++  

资源简介

sha1加密算法C++实现 拿来就能用 给个辛苦分。

资源截图

代码片段和文件信息

/*
 * sha1.cpp
 *
 * Copyright (C) 1998
 * Paul E. Jones 
 * All Rights Reserved.
 *
 *****************************************************************************
 * $Id: sha1.cppv 1.9 2004/03/27 18:02:20 paulej Exp $
 *****************************************************************************
 *
 * Description:
 *  This class implements the Secure Hashing Standard as defined
 *  in FIPS PUB 180-1 published April 17 1995.
 *
 *  The Secure Hashing Standard which uses the Secure Hashing
 *  Algorithm (SHA) produces a 160-bit message digest for a
 *  given data stream.  In theory it is highly improbable that
 *  two messages will produce the same message digest.  Therefore
 *  this algorithm can serve as a means of providing a “fingerprint“

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       2648  2009-04-20 18:08  sha1.h

     文件       7797  2009-04-20 17:58  sha1.cpp

----------- ---------  ---------- -----  ----

                10445                    2


评论

共有 条评论