Sunday, 12 December 2010

Monitor Network traffic or speed / progress of a file transfer in Linux - speedometer

Speedometer Monitor network traffic or speed/progress of a file transfer. The program can be used for cases like:

  * how long it will take for 100 mb transfer to finish
  * how quickly is another transfer going
  * how fast is the upstream on this ADSL line
  * how fast is data written to a file system.

Speedometer measures network traffic and the speed or progress of a certain file transfer. Let's say you want to see how fast someone can download a file from your server and how the download is going in real time. Enter speedometer filename, and the program will draw a progress bar that shows the speed of the transfer.

Continue Reading...

Thursday, 9 December 2010

Password Cracker for zip Archives - fcrackzip

The ZIP file format is a popular and convenient tool for combing multiple files into a single compressed archive suitable for sharing with others or simply archiving old files for safekeeping. ZIP files can be encrypted with a password for privacy and security, but it means that the files inside the archive are inaccessible if the password is ever lost or forgotten. Fortunately, there are ways to recover the password and FCrackZip is a free open source password recovery tool for Linux that is fast and capable of performing both dictionary and brute-force attacks against password-protected ZIP files.

Continue Reading...

Wednesday, 8 December 2010

Website links, Errors and Structure Checker - Webcheck

Webcheck is a website checking tool for web masters. It crawls a given website and generates a number of reports in the form of html pages. It is easy to use and generates simple, clear and readable reports.

Features of webcheck include:
 * support for http, https, ftp and file schemes
 * view the structure of a site
 * track down broken links
 * find potentially outdated and new pages
 * list links pointing to external sites
 * can run without user intervention
Continue Reading...

Tuesday, 7 December 2010

Cross platform file encryption utility using blowfish - Bcrypt

Bcrypt is a cross platform file encryption utility. Encrypted files are portable across all supported operating systems and processors. Pass-phrases must be between 8 and 56 characters and are hashed internally to a 448 bit key.

In addition to encrypting your data, bcrypt will by default overwrite the original input file with random garbage three times before deleting it in order to thwart data recovery attempts by persons who may gain access to your computer.

Bcrypt uses the blowfish encryption algorithm published by Bruce Schneier in 1993. More information on the algorithm can be found at Counterpane. Specifically, bcrypt uses Paul Kocher's implementation of the algorithm.

Continue Reading...

 
//PART 2