Security Systems



Pwman Download

Friday, June 20th, 2008

Pwman shows you one step better than keeping your passwords in a plain text file!

This password manager is a commandline util to keep your passwords in an encrypte

IPv6 Multicast Download

Tuesday, June 17th, 2008

IPv6 can be tricky in many ways, and multicast makes it even more fun. This script is intended to give you a working implementation to start from.

Mnemonic Password Generator Download

Monday, June 16th, 2008

This is a mnemonic password generator module with an optional command line interface and two GUIs in Tkinter and wxPython.

The script is very easy to install,

Termlock Download

Wednesday, June 11th, 2008

Termlock blanks a curses compatible character terminal (e.g. xterm, eterm, PuTTY, konsole, dtterm, etc …) and locks it. To unlock the terminal a password must be entered.

MD5 module example Download

Tuesday, June 10th, 2008

This script uses the md5 module included with python to compute md5 hashes of files passed to it on the command line.

crackvigenere.py Download

Tuesday, June 10th, 2008

crackvigenere.py script searches for the key (length must be given) to a given vigenere-cipher and deciphers the latter with it to plain text.

The script counts le

Unique Random Numbers Download

Sunday, June 1st, 2008

This script returns a list of specified number of elements from another list such that each element in the returned list is unique and random.

Textify Download

Friday, May 30th, 2008

 This script will decorate every letter in a string with a random color and a random font. The output is in HTML.

Grab a part of a web page Download

Monday, May 26th, 2008

This script grabs a part of a web page and generarte a new page with a base href to the source server, so that relative links will still work.

Ciphersaber in python Download

Monday, May 26th, 2008

Ciphersaber in python script is a CipherSaber-2 small encryption utility, developped with python, with base64 capabilities.