Hits Today: 1 Total: 13732 | Updated: 1/20/2000 | |
 | This tutorial extends the functionality discussed in a previous 4GuysFromRolla article, Author: Brian Atkinson Code: ASP 2.0 & VBScript |
Hits Today: 1 Total: 9801 | Updated: 10/23/2000 | |
 | Recently a Windows 2000 / IIS 5 security hole was discovered that allows the source of ASP pages to be viewed through a simple HTTP request. Author: 4Guys Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 17904 | Updated: 9/3/2001 | |
 | Encrypts and Decrypts data using the RC4 algorithm and a Key/Password. Many thanks goes to many, many people on PSC and the internet for helping me through this. Sebastions code over at the Visual Basic section was a good start. Author: Lewis Moten Code: ASP 3.0 & VBScript | |  | |
Hits Today: 1 Total: 8846 | Updated: 12/9/1999 | |
 | ASP function that enables decode from Base64 coding. Also enables custom basic authentication (without NT security) in ASP Author: Antonin Foller Code: ASP 2.0 & VBScript |
Hits Today: 4 Total: 1785 | Updated: 12/30/2006 | |
 | This snipet redirects any users to an ssl page, also redirects to SSL based on your certificate without generating a certificate mismatch warning. This script assumes that your SSL certificate is registered with "www" prefix. Code: ASP 3.0 & VBScript |
Hits Today: 10 Total: 7506 | Updated: 10/6/2002 | |
 | we can create a java class to authenticate a set of given credentials against ldap, and register that java class as a COM component and access its methods from an asp. Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 8551 | Updated: 10/6/1999 | |
 | In Active Server Corner’s “Encoding and Decoding URL strings”, find out how you can pass information within URL by encoding it. Also, some decoding techniques to get it back. Author: Manohar Kamath Code: ASP 2.0 & VBScript | |  | |
Hits Today: 1 Total: 1027 | Updated: 7/6/2005 | |
 | This free HTML scrambler written in Microsoft ASP converts HTML into scrambled code. It is extremely handy for hiding e-mail addresses, protecting HTML source code or making invisible links on the fly. Author: Voormedia Code: ASP 1.0 & VBScript |
Hits Today: 2 Total: 2630 | Updated: 4/26/2006 | |
 | An easy wey to prevent sql injection from a form or directly from URL is very important to check what is the user in typing, so the replace function is very usefull, remember that replace is case sensitive. Code: ASP 1.0 & VBScript |
|