Security Systems Python scripts - Top 4 Download

Security Systems Python script downloads

Plone Captchas

Plone Captchas (qPloneCaptchas) is a simple captchas implementation for Plone, designed for validation human input in insecure forms. This is a standalone implementation with static captcha images, which does not depend on captchas.net services.Plugs to: - default Plone discussion mechanism - qPloneComments anonymous commenting way - PloneFormMailer anonymous ...
Python

Bare Bones Password Generator

This script is a password generator that will generate random length alpha-numeric passwords given a range to work with. ...
Python

cfv tool

cfv is an utility to both test and create .sfv, .csv, .crc, .md5(sfv-like), md5sum, bsd md5, sha1sum, and .torrent files. These files are commonly used to ensure the correct retrieval or storage of data. cfv is written in python, and as such should run on all platforms python supports. Currently, it ...
Python

Digest authentication

Digest authentication script is the Python implementation of Digest Authentication. All relevant code has now been wrapped into the class so basically all you need is feed it the Authorization-header. Unfortunately this means no CGI on apache. ...
Python

Cross site scripting XSS defense

This script cleanses user input of potentially dangerous HTML or scripting code that can be used to launch "cross-site scripting" ("XSS") attacks, or run other harmful or annoying code. You can run this on any user-entered text that will be saved and retransmitted to other users of your web site. This uses only standard ...
Python