Sponsor
Poll
Loading ...Sponsor
Donate
Recognition Wall
CISCO IOS LICENSING PETITION
Greg Ferro of Etherealmind.com is asking Cisco Systems to make a version of the IOS available for educational and testing purposes. You can take part in this effort by cliking on the link below and signing the petition. Let Cisco know that limited knowledge hurts everyone.
Sign the petition: CISCO IOS LICENSING PETITION
md5 Archive
-
Using Hashdeep To Ensure Data Integrity
Posted on May 31, 2010 | No CommentsOn a previous post I discussed the value of md5deep, now I am going to show you another tool by the name of hashdeep. As expected with hashdeep you can: recurse entire directories, perform matching, audit known hashes. Hashdeep grants auditing capabilities to the administrator.... -
Hash a directory with md5deep – Part 1
Posted on February 28, 2010 | No CommentsFile integrity is no joke and system administrator know this is a problem that can result in unnecessary support tickets. If the users can be provided with the hash of a working document it can help narrow down the amount of variables. The problem administrators... -
How to generate and verify an MD5 hash on Linux
Posted on March 4, 2009 | No CommentsAn MD5 hash is commonly used to compare and verify the integrity of a file. To create the MD5 hash we can use the tool MD5SUM which is included in Linux and Unix like operating systems. MD5SUM can calculate, generate, and verify MD5 hashes. Remember...