Records 1 to 6 of 6
|
» ADO
» Array » Components » Cookies » Date/Time » Files » Form » Graphics » HTML Formatting » Language » Math » Misc. » Multimedia » Performance » Printing and reports » Security » Sessions » SQL » Strings » XML |
Security ASP Scripts
ASP Script Home » Security
6 ASP Security Scripts
Sort: Most Viewed | Highest Rated | Newest
Blocking Multiple IP AddressesThe code snippet below will detect the visitor's IP address and check against an array of blocked IP addresses, if the address matches any in our array then our visitor will be redirected to the page "no_access.asp"....Added on: 8/30/2007 Hits: 393 Rating: (3.00) votes 23
CSQLThis small function stops people from inputing SQL commands in you textboxes, keeping your database safe from hackers....Added on: 7/14/2003 Hits: 5745 Rating: (3.02) votes 41
Restrict Access to your site by IP AddressThis function compares an 'IP Address to a set of IP filtering 'rules and returns "True" or "False" 'depending if the IP Address should 'have access or not. ...Added on: 2/21/2003 Hits: 15206 Rating: (3.10) votes 60
Encrypt FunctionThe Encrypt function encrypts a string. To decrypt an encrypted string, use the Decrypt Function. Encrypt replaces each letter in a string with a different character, including spaces, and then reverses the scrambled string. Encrypt provides good enough string encryption. ...Added on: 12/2/2002 Hits: 5773 Rating: (3.00) votes 37
Decrypt FunctionThe Decrypt function changes an encrypted string into readable text. Decrypt only can decrypt strings encoded with the Encrypt Function. ...Added on: 12/2/2002 Hits: 5503 Rating: (3.11) votes 37
StrongPwd ObjectThe StrongPwd Object exposes properties and methods to create and test passwords to ensure that they meet or exceed strong password standards. Create Method syntax: string = object.Create() description: Creates a strong password. The mechanism used to create passwords is pseudo-ran...Added on: 11/28/2002 Hits: 5863 Rating: (3.11) votes 37
Records 1 to 6 of 6
|