| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
Create a NT Share | VbScript (browser/client side)
| Intermediate / Rick Casady (from psc cd) | 3543 since 1/7/2015 10:37:00 AM |
By 3 Users
|
|
Create a share in a windows environment without using DOS commands. This code was based on information learned in WMI Scripting Primer: Part 3 on the MSDN<br> This code can easily be converted to VB.NET... (ScreenShot) |
|
|
|
 |
DSN-Less Username & Password Check | ASP (Active Server Pages) | Beginner / E Gionet (from psc cd) | 1536 since 1/5/2015 7:52:00 AM |
By 6 Users
|
|
Need Security on your site. No need for global files or dll's, this DSN-Less Username and Password example is done using JavaScript and ASP. It not only checks for authentication but sets a session for different levels of usergroups. Check it out, very ea ...(description truncated) |
|
|
|
 |
DSN-Less Username & Password Check Part DEUX | ASP (Active Server Pages), HTML | Intermediate / E Gionet (from psc cd) | 1461 since 1/6/2015 4:19:00 PM |
By 3 Users
|
|
Need Security on your site. No need for global files or dll's, this DSN-Less Username and Password example is done using VBScript and ASP. It not only checks for authentication but sets a session for different levels of usergroups.
This code was expanded ...(description truncated) |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
Effectively protect .js code with asp | ASP (Active Server Pages) | Intermediate / Mark Kahn (from psc cd) | 3881 since 1/6/2015 10:24:00 PM |
By 3 Users
|
|
This uses the asp http_referer variable, some no caching techniques and some other optional methods to make it very hard for most people to view your javascript source code. |
|
|
|
 |
Encrypt FORM data on form submission using RSA (without SSL HTTPS) | ASP (Active Server Pages), VbScript (browser/client side)
| Intermediate / Acid Juice (from psc cd) | 6009 since 1/7/2015 5:27:00 AM |
By 18 Users
|
|
The only valid method of encrypting FORM data is using SSL encryption. However, not everyone can or wants to use SSL, but would like to send secured data over forms. For instance: you have a user login page, do you really want to send over the internet th ...(description truncated) |
|
|
|
 |
Encryption / Decryption, updated, version 3. | ASP (Active Server Pages) | Beginner / Willem Bult (from psc cd) | 2720 since 1/6/2015 12:14:00 AM |
By 7 Users
|
|
Encrypts and Decrypts strings on a webpage.
Source is hidden from the user, so that a cracker can only guess about the algorythm.
|
|
|
|
 |
Getting the NT Username within an ASP Page | ASP (Active Server Pages) | Beginner / Jonathan Adams (from psc cd) | 2264 since 1/6/2015 12:50:00 AM |
By 5 Users
|
|
Every wanted to get the currently authenticated NT user name from your intranet/internet site when you have authenication turned on. The code below removes the domain name and leaves you with the NT User name. |
|
|
|
 |
Highly Secure Authentication (Update) | ASP (Active Server Pages), HTML, VbScript (browser/client side)
| Advanced / Robin Schuil (from psc cd) | 2335 since 1/6/2015 1:42:00 AM |
By 11 Users
|
|
(Because of an error at PSC i had to re-upload this article :-S)
This method can be used to authenticate users by letting them entering their email address and password. This method is highly secure due to its use of the MD5 algorithm to send the password ...(description truncated) |
|
|
|
 |
How To Secure Your ASP Applications (Original) | ASP (Active Server Pages) | Intermediate / Guo Xu (from psc cd) | 2289 since 1/6/2015 6:34:00 PM |
By 9 Users
|
|
This is the original article written by me about ASP security holes and prevention. I published it on Neworder few months ago and noticed it got completely stolen (just cut and paste but my name replaced by his) by some guy called Faisal Arif.
My proof th ...(description truncated) |
|
|
|
 |
IAO Login Extreme Edition | ASP (Active Server Pages), VbScript (browser/client side)
| Advanced / iapain (from psc cd) | 2250 since 1/7/2015 6:03:00 AM |
By 8 Users
|
|
IAO login is an authorization suit, which enhances the security of your private pages. It uses best security algorithms to protect your data and pages from cracker. It uses GIMPY Captcha to fight against Spam Bots and automated submitting. Users can login ...(description truncated) (ScreenShot) |
|