Security Systems scripts - Top 4 Download

Security Systems script downloads

As3 Crypto Framework

As3 Crypto is a cryptography library written in Actionscript 3 that provides several common algorithms. Features: - Public Key Encryption: RSA (partial. encryption only.) - Secret Key Encryption: AES, DES, 3DES, BlowFish, XTEA, RC4 - Confidentiality Modes: ECB, CBC, CFB, CFB8, OFB, CTR - Hashing Algorithms: MD5, SHA-1, ...

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

AspEncrypt

AspEncrypt is an Active Server component that brings security to your application through encryption. With AspEncrypt, you can encrypt data, send S/MIME-based secure mail, compute one-way hash values, generate and verify digital signatures, issue and manage X.509 digital certificates, and more. This component can be used in an ASP/ASP.NET or VB ...
ASP.NET

Random Password Generator Javascript

Random Password Generator Javascript randomly creates a password of any specified length using alphabetic and numeric input. ...
JavaScript