資源簡介
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
- 上一篇:c語言寫的學生選課管理系統
- 下一篇:VC++二叉樹動態演示
評論
共有 條評論