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: 518 Rating: (2.45) votes 60
CSQLThis small function stops people from inputing SQL commands in you textboxes, keeping your database safe from hackers....Added on: 7/14/2003 Hits: 5838 Rating: (3.00) votes 62
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: 15356 Rating: (3.23) votes 77
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: 5851 Rating: (2.82) votes 85
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: 5574 Rating: (2.91) votes 46
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: 5968 Rating: (3.10) votes 91
Records 1 to 6 of 6
|