
| http://www.schneier.com/blog/archives/2005/02/sha1_broken.html |

| http://www.neilturner.me.uk/2006/Sep/10/verifying_md5_checksums_o.html |

| http://pajhome.org.uk/crypt/md5 |

| http://www.md5encryption.com |

| http://godmoon.com/SHA2.htm |

| http://www.surfpack.com/software/sha1 |

| http://www.intertwingly.net/blog/1545.html |

| http://weblogs.asp.net/wim/archive/2005/07/05/417920.aspx |

| http://www.itl.nist.gov/fipspubs/fip180-1.htm |

| http://aspencrypt.com/object_context.html |
| Schneier on Security: SHA-1 Broken |
| ... SHA-1 Broken ... SHA-1 has been broken. Not a reduced-round version. Not a simplified version |
| http://www.schneier.com/blog/archives/2005/02/sha1_broken.html |
| GodMoon.com - SHA2 QuickHash Library |
| ...MD2, MD4, MD5, SHA-1, SHA-2(256,384,512), RIPEMD(128,160,256,320), PANAMA, TIGER, CRC-32, CRC-16, CRC-CCITT, ... |
| http://godmoon.com/SHA2.htm |
| Sam Ruby: Secure Hash Algorithm 1 |
| ... SHA1 inC# ,Java ,PHP ,Perl , and ... Agreed, though the Python could come closer. import sha print sha.new("It's just data").hexdigest() Posted by |
| http://www.intertwingly.net/blog/1545.html |
| Signing Releases - The Apache Software Foundation |
| ... What is a SHA checksum? ...2440 OpenPGP Message Format RFC3174 Secure Hash Algorithm 1 (SHA1) The GNU Privacy Guard projectdocumentation |
| http://www.apache.org/dev/release-signing.html |
| OpenSSL: Documents, sha(3) |
| ... sha(3) ... SHA1, SHA1_Init, SHA1_Update, SHA1_Final - Secure Hash Algorithm ... #include unsigned char *SHA1(const unsigned char *d, unsigned long n, unsigned char *md);int SHA1_Init(SHA_CTX *c) |
| http://www.openssl.org/docs/crypto/sha.html |
| DigiSign 2.0 - DigiSign 2.0 is a COM component to create data checksums ... |
| ...Supported one way encryption algorithms : SHA-1, SHA-256, SHA-384, SHA-512, MD-5, MD-2, RIPEMD-160 Supported ... |
| http://www.bluechillies.com/details/4016.html |
| Mhash |
| ...SHA1, SHA160, SHA192, SHA224, SHA384, SHA512, HAVAL128, HAVAL160, HAVAL192, HAVAL224, HAVAL256, RIPEMD128, ... |
| http://mhash.sourceforge.net |
| MD5, MD4 and SHA1 online generator |
| MD5, MD4 and SHA1 online generator. ... Hash from URL, typed secret, using sha1: e5e9fa1ba31ecd1ae84f75caaa474f3a663f05f4 |
| http://md5.br-design.co.uk/secret/sha1 |
| SHA1 : QuickHash Library - SHA1 |
| SHA1 :QuickHash Library.SHA1 download free ... SHA1 SHA1 ... ::string ::data ::block ::memory ::key ::password ::MD ::-2 ::-4 ::-5 ::SHA1 ::SHA2 ::CRC32 ::CRC16 ::.DLL :: |
| http://com-net-msn.com/SHA1.htm |
| MD :QuickHash Library - MD |
| MD .MD download free to try.MD free download.MD Description:Fast, highly optimized implementation of popular hash, CRC and HMAC algorithms |
| http://free--download.com/MD.htm |
| Paj's Home: Cryptography: JavaScript MD5 |
| Useful scripts for encrypting strings with MD5, MD4, and SHA-1 algorithms. |
| http://pajhome.org.uk/crypt/md5 |
| MD5 Encryption: Encrypt & Decrypt MD5 Hashes |
| Free md5 encrypt and decrypt tool and database! ... Encrypt MD5 hash, Decrypt MD5 hash MD5Encryption.com allows you to enter a word to encrypt MD5 hashes for free. |
| http://www.md5encryption.com |
| Schneier on Security: SHA-1 Broken |
| This attack builds on previous attacks on SHA-0 and SHA-1, and is a major, major ... has been compressed and then had a sha-1 md made? Because at the end of the day isn't ... |
| http://www.schneier.com/blog/archives/2005/02/sha1_broken.html |
| FIPS 180-1 - Secure Hash Standard |
| ... of Standards and Technology, Gaithersburg, MD 20899. James H. Burrows, Director Computer Systems Laboratory Abstract This standard specifies a Secure Hash Algorithm (SHA-1) which can ... |
| http://www.itl.nist.gov/fipspubs/fip180-1.htm |
| sha/3 |
| ... void SHA1_Update(SHA_CTX *c, const void *data, unsigned long len); void SHA1_Final(unsigned char *md, SHA_CTX *c); DESCRIPTION SHA-1 (Secure Hash ... |
| http://olympus.het.brown.edu/cgi-bin/dwww?type=runman&location=sha/3 |
| Paj's Home: Cryptography: JavaScript MD5: sha1.js |
| Implementation of MD5 secure hash algorithm in JavaScript ... 1998 - 2008 Paul Johnston, distributed under the BSD License Updated: 15 Dec 2007 |
| http://pajhome.org.uk/crypt/md5/sha1src.html |
| sha1 C ÃÂæÃÂà|
| îÃÂÿõÃÂÃÂâ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂýâmd5,sha1,ÃÂçùûÃÂâÃÂïÃÂÃÂòûõýÃÂãÃÂêõÃÂôððø,ÃÂÃÂÃÂãÃÂûÃÂÃÂÃÂÃÂüúÃÂÃÂÃÂÃÂà |
| http://www.md5sha1.com/sha1c.htm |
| Man page of sha |
| ... SHA1_Init(SHA_CTX *c); void SHA1_Update(SHA_CTX *c, const void *data, unsigned long len); void SHA1_Final(unsigned char *md, SHA_CTX *c); DESCRIPTION SHA-1 ... |
| http://xgen.iit.edu/cgi-bin/man/man2html?3+sha |
| The Secure Hash Algorithm Directory - MD5, SHA-1, HMAC and other ... |
| MD5, SHA-1, HMAC and more - secure hash algorithm information, cryptography resources and API's ... The Secure Hash Algorithm Directory - MD5, SHA-1 and HMAC resources |
| http://www.secure-hash-algorithm-md5-sha-1.co.uk |
| Digest::SHA1 - Perl interface to the SHA-1 Algorithm |
| SYNOPSIS # Functional style use Digest::SHA1 qw(sha1 sha1_hex sha1_base64); $digest = sha1($data); $digest = sha1_hex($data); $digest = sha1_base64($data); |
| http://www.linbox.com/ucome.rvt/any/doc_distrib/perl-5.00502/modules/Digest-MD5-... |
| Neil's World: Verifying MD5 checksums on a Mac |
| I now cant access the web with Parallels on my Mac Pro....But you need to use the method I posted for SHA-1 checksums, however. ... |
| http://www.neilturner.me.uk/2006/Sep/10/verifying_md5_checksums_o.html |
| Sha-1 related programs: DeepCoder can encrypt, decrypt and/or digitally sign e-m |
| All-in-one aggregator for Windows, browser-based, builds a single HTML page from RSS, Atom, XML/XSL, HTML, and JavaScrip |
| http://www.surfpack.com/software/sha1 |
| Wimdows.NET : MD5 or SHA1 hashing - the easy way |
| a lot less encouraged to arbitrarily add System.Web references...I don't fancy including System.Web for WinForms apps or libraries either....methods for different kinds of inputs and outputs including which type of encoding, when using... |
| http://weblogs.asp.net/wim/archive/2005/07/05/417920.aspx |
| AspEncrypt.com - Object Reference: CryptoContext |
| calgMD4 and calgMD5 for the SHA, MD2, MD4 and MD5 hash algorithms, respectively....calgMD4 and calgMD5 for the SHA, MD2, MD4 and MD5 hash algorithms, respectively....calgSHA384 and calgSHA512 for the SHA-256, SHA-384 and SHA-512,... |
| http://aspencrypt.com/object_context.html |
| Schneier on Security: New Cryptanalytic Results Against SHA-1 |
| type the following command: fciv.exe -add c:\temp\files\ filename .dll -wp c:\temp\files -XML c:\temp... |
| http://www.schneier.com/blog/archives/2005/08/new_cryptanalyt.html |
| DS Software |
| Windows zip utility that prides itself on being small, fast and efficient. |
| http://members.ozemail.com.au/~nulifetv/freezip/freeware |
| - |
| Large open international community of network designers, operators, vendors, and researchers concerned with the evolutio |
| http://tools.ietf.org/pdf/draft-ietf-krb-wg-sha1-00.pdf |
| DS Software |
| - BruteHaltand exceptional resistance to brute-force password search...- inherent resistance to brute-force key search...It features exceptional resistance to brute-force password search attacks.... |
| http://members.ozemail.com.au/~nulifetv/freezip/freeware/index.html |
| Availability and description of the File Checksum Integrity Verifier utility |
| type the following command: fciv.exe -add c:\temp\files\ filename .dll -wp c:\temp\files -XML c:\temp... |
| http://support.microsoft.com/kb/841290 |
| Top 7 PHP Security Blunders [PHP & MySQL Tutorials] |
| type of attack, you need to be careful about displaying user-submitted content verbatim on a Web page.... |
| http://www.sitepoint.com/article/php-security-blunders |