|
|
|
|
 |
|
 |
 |
 |
Security Systems
|
|
|
Amount: 45
Displaying: 11 - 20
|
 |
Pages: << 1
[2]
3
4
5
>> |
|
|
|
|
Hits: 24
 0.0
This is for the ASP-Nuke Community v1.4 and may even work with v1.5. This code allows a webmaster to capture the IP of a website visitor. And then to block that IP from future website access. Further It also allows a webmaster to completely block a domain using a IP range.
| Freeware |
Platform(s): Linux, Windows, FreeBSD, Sun Solaris |
Date: Apr, 19 2006 |
 |
|
|
Hits: 24
 0.0
This is for the ASP-Nuke Community v1.4 and may even work with v1.5. This code allows a webmaster to capture the IP of a website visitor. And then to block that IP from future website access. Further It also allows a webmaster to completely block a domain using a IP range.
| Commercial |
Platform(s): Linux, Windows, FreeBSD, Sun Solaris |
Date: Apr, 19 2006 |
 |
|
|
Hits: 23
 0.0
Security Code Images produced on the fly for web forms to protect against spam bots, dictionary hacking, etc. 100% ASP, no DLL's or Active X required!! 100's of different styles and codes produced by the software that can not be read by bots, OCR, spam bots, etc. Simple to setup and integration.
| Freeware |
Platform(s): Windows |
Date: Feb, 07 2006 |
 |
|
|
Hits: 23
 0.0
This little asp script uses MS XMLParser to check the validity of any UK postcode. It can be easily adapted to be added to forms to stop users progressing without a valid UK Postcode. Ideal for UK webmasters who want to validate their members. This script is recommended for users of the secpay (c) system as it uses their web validation system via an XML call.
|
Platform(s): n/a |
Date: May, 11 2004 |
 |
|
|
Hits: 22
 0.0
dgEncrypt is an implementation of the Rijndael block cipher, which has recently been selected by the National Institute of Standards and Technology (NIST) as the new Advanced Encryption Standard (AES) for the U.S. government. The Rijndael cipher is a symmetric key block cipher, which is a type of cipher that encrypts data in blocks, rather than a single bit at a time, and uses the same key for both encryption and decryption. For its enciphering functions, dgEncrypt employs a version of Rijndael that operates on 128-bit input blocks, with keys that are 128, 192, or 256 bits in length. A second version of the Rijndael cipher, which operates on 256-bit input blocks with 256-bit internally generated keys, is used to generate cryptographically viable random values, such as cipher keys.
|
Platform(s): n/a |
Date: Oct, 26 2001 |
 |
|
|
Hits: 21
 0.0
HiPower-ASPScriptGuard is an IMMENSELY powerful & EASY-TO-IMPLEMENT tool for SECURING FILE PATHS of javascript & stylesheet (.js & .css) files in ASP pages. Hundreds of hours may be spent developing such scripts only for them to be snooped into and downloaded free of charge.
HiPower-ASPScriptGuard prevents such by using 48-DIGIT DISPOSABLE UNIQUE KEYS for script access. In other words, keys are automatically USED ONLY ONCE BY A USER and EXPIRES IMMEDIATELY AFTER - i.e. any key viewed in the source code is ALREADY EXPIRED!
Unprotected page
<!-- script src= "dev/allmyhardwork.j s" -->
This tag would be similar to what is displayed in an unprotected page. The hacker would simply trace your file path and download it for free.
Protected page
<!-- script src= "scriptguard.asp?
TagID=541A&KeyID=09O8 U765T432ED32JMHBGF4DS231A SWQW2009MNBVC5REDSW" -->
This tag would be similar to what would be displayed in a protected page. The file path would be completely removed from the view of potential snoopers and the file loaded secretly.
If a snooper attempts to navigate directly to the scriptguard.asp file using any parameters whatsoever or none at all, the person would get an alert message notifying them that their actions are being monitored!
Benefits
- Iron-Clad Security To Protected Scripts!
- Easy To Install!
- No Need To Install Any Components On Server!
- Very Affordable!
- Extremely High Return On Investment!
- Ideal For Hosted Sites!
| Commercial |
Platform(s): Linux, Windows, FreeBSD, Sun Solaris |
Date: May, 12 2005 |
 |
|
|
Hits: 21
 0.0
HiPower-ASPScriptGuard is an IMMENSELY powerful & EASY-TO-IMPLEMENT tool for SECURING FILE PATHS of javascript & stylesheet (.js & .css) files in ASP pages. Hundreds of hours may be spent developing such scripts only for them to be snooped into and downloaded free of charge.
HiPower-ASPScriptGuard prevents such by using 48-DIGIT DISPOSABLE UNIQUE KEYS for script access. In other words, keys are automatically USED ONLY ONCE BY A USER and EXPIRES IMMEDIATELY AFTER - i.e. any key viewed in the source code is ALREADY EXPIRED!
Unprotected page
<!-- script src= "dev/allmyhardwork.j s" -->
This tag would be similar to what is displayed in an unprotected page. The hacker would simply trace your file path and download it for free.
Protected page
<!-- script src= "scriptguard.asp?
TagID=541A&KeyID=09O8 U765T432ED32JMHBGF4DS231A SWQW2009MNBVC5REDSW" -->
This tag would be similar to what would be displayed in a protected page. The file path would be completely removed from the view of potential snoopers and the file loaded secretly.
If a snooper attempts to navigate directly to the scriptguard.asp file using any parameters whatsoever or none at all, the person would get an alert message notifying them that their actions are being monitored!
Benefits
- Iron-Clad Security To Protected Scripts!
- Easy To Install!
- No Need To Install Any Components On Server!
- Very Affordable!
- Extremely High Return On Investment!
- Ideal For Hosted Sites!
|
Platform(s): Linux, Windows, FreeBSD, Sun Solaris |
Date: May, 12 2005 |
 |
|
|
Hits: 21
 0.0
Make ASP generated web content available only to you! This is the ASP version of login.php. isLogged() returns true if the cookies named UserName and PassWord are the same as the variables UserName and PassWord, the first 2 paramters of the function. If not, it displays the content of LogInPage, the 3rd paramenter. Unlike the PHP counterpart, all parameters should be passed to this ASP version of isLogged(), instead of ommitting LogInPage, you should pass "" an empty string.
| Freeware |
Platform(s): Windows |
Date: Apr, 17 2005 |
 |
|
|
Hits: 21
 0.0
Encrypts any URL, in order to protect tags such as id, name, etc. The encrypted URL can be decrypted with the help of the available function. The algorithm has been built especially for web usage: It's a non-symmetric solution, with these advantages:
- Browser-secure encryption. All URL-characters are translated with an alphanumeric (BASE64) string, which changes in every encryption process.
- The encrypter uses server-, session-, timer and static information, making every encryption process unique. You can further add password security or any other information.
- Every URL is unique, even if the base URLs are equal.
- Very easy implementation - just call two functions (Encrypt() / Decrypt()), and the script does the rest.
- The tag values can be extracted directly from the encrypted URL.
- You can extend this script at will (RS4, SSL, etc.), since you'll get the source code.
| Commercial |
Platform(s): Windows |
Date: Apr, 16 2005 |
 |
|
|
Hits: 20
 0.0
Don't spend over $100 on an encryption utility. This COM-accessible full-featured encryption library supports all of the .NET encryption types because it's made in .NET. Use it from: ASP, VB 6, VC++, Visual FoxPro, C#, VB.NET, and any other language that supports COM or .NET. Supported encryption types include: DES, 3DES, RC2, Rijndael (AES), RSA and DSA. Features also include: CSP private key storage and retrieval, support for PKCS #12, DER encoded binary X.509 certificates, and more. Purchase includes unlimited internal developer use, royalty-free distribution, complete MSDN-style API documentation, and basic sample code for encryption in ASP, VB6, C#, and VB.NET. Free to try with a 10 second delay on all encryption and decryption calls.
| Commercial |
Platform(s): Windows |
Date: Oct, 05 2005 |
 |
|
|
Amount: 45
Displaying: 11 - 20
|
Pages: << 1
[2]
3
4
5
>> |
|
|
|
 |
 |
|
 |
|
 |
|