Advertisement

Results for "Category: Security"

6_2008-2009 #215133
U-This39's CAPTCHA

it creates an image verification which also known as CAPTCHA. an Image Verification or CAPTCHA is an image used to avoid spam and flooder. I usually use it in the registration forms, submitting comment form, posting at forum, login form, etc... please give me your feedbacks

6_2008-2009 #215179
Rijndael Example

Written in VB.NET 2005 Beta 2 to demonstrates Rijndael encryption. Uses 128, 192 & 256 bit keys SHA1/MD5

6_2008-2009 #215239
Animated Captcha

Usually we see static Captcha, now we will make an animated Captcha. Now this is cool. What does the captcha look like? It just like the ordinary Captcha, the difference is the letters are moving and animated. You can set your Captcha setting quickly such as random letter color, random background color, font size, etc. But do not wory, even this Captcha is animated, it won't blink too much so that visitor still can read the text easily. My code also support build-in method to check user's input. Captcha is easy, and interesting with animated Captcha. For more information, please read the readme file. I include the example file in my ZIP.

6_2008-2009 #215259
The ASP CAPTCHA Project

Finally, an CAPCTHA implementation., that too in ASP. This ASP CAPCHA is capable to generating Images on the Fly. Captcha's are generated based on ur requuirement. It can generate random Numbers, Alphabets, Alphanumeric and Alphanumeric with Symbols. Well., this ASP implementation uses 2 libraries for generation of Captcha's [*] GD by Thomas Boutell., GD is copyright 2005 Boutell.com, Inc. [*] ActiveX Wrapper for GD by Trevor Herselman in his code http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=9202&lngWId=4 CAPTCHA is an acronym for "Completely Automated Public Turing Test to Tell Computers and Humans Apart". As the name suggests, it's a test to distinguish the degree of being human. As defined on the CAPTCHA home page at the Carnegie Melon University School of Computer Science's Web site: CAPTCHA is a program that can generate and grade tests that: • Most humans can pass. • Current computer programs can't pass. Download the ASP Captcha Code with PreCompiled Libraries from http://www.megaupload.com/?d=06LP7DXH [1.1 Mb] Project is hosted @ SourceForge Project Hosted @ SourceForge :: http://asp-captcha.sourceforge.net/

6_2008-2009 #215379
Backup your whole website+database in zip format, get it via email!

UPDATED: Now supports database backup (optional)! Backup your whole website in zip format, get it via mail! Who doesn't know how important it is to backup your site/blog often? Again, if you use dynamic sites such as Joomla or a forum (e.g. IPB), there is always a risk to be hacked, no matter how security concern you are! In my experience, it is not always easy to regularly maintain backups, especially, if you don't have a good internet connection. What if your site prepare backups for you and send it automatically to your inbox (Gmail, perhaps)? This script do the same: icon11.gif Backup your whole website/blog by compressing it in zip format icon11.gif Split the zip files to smaller size so that you can easily get them via mail. (Gmail doesn't allow attachments more than 10 MB, this splitting solves this problem) icon11.gif Send backup files to you via mail! Without relying to basic PHP Mail, this script send mail via SMTP (authentication supported), which is much more powerful. In our test run, it could send 250 MB backup file in small 9 MB pieces each to a GMail account!

6_2008-2009 #215477
A CAPTCHA For Classic ASP

This application is a light weight CAPTCHA solution designed to prevent spam from being submitted via forms on blog type web pages. It is easy to implement, you need no components, it loads fast and it is user friendly because the CAPTCHA characters are easy to read. This CAPTCHA is NOT an image, but simply a div tag styled with CSS. More information here: http://www.u229.no/stuff/Captcha/

6_2008-2009 #215540
Login (3 Attempts only)

This program is to limit the attempt of the user to 3.

6_2008-2009 #215934
Zorex PHP CryptZ v1.7.5

Zorex PHP CryptZ is the solution for encoding and protecting your PHP scripts. Now you can encrypt your PHP files before distribution without worrying about others who might want to copy or steal your code. You can protect your PHP scripts or pages to make them unreadable by other people! With this latest version, it secure the encoded files. It also include better encryption method and ad is remove. Changes in 1.7.5 ----------------------------------------- - Bug fix in include file. - Host and IP limit fix. It support IP range instead of fix IP (eg. 219.95.193 ) - Leaving the last few octet will enable usage on that range.

6_2008-2009 #216009
ASP Login db with MD5 Hash - salted password

This will allow you to lock down pages on a per user, per account level setting. All passwords are hashed with MD5 and also salted. You can set allowed login attempts before the user account is locked out and it will log the last time a user logged into the system. It comes with pages to add, delete, update and to allow users to reset their own passwords as well as a page for database compct function.

6_2008-2009 #216474
Cryptor

This program will encrypt or decrypt a file of the users choice

6_2008-2009 #216588
Login & Registration in ASP.NET and VB.NET

Simple code that allows users to login & register(Developped by a 14 years old student). Please vote for my code if you like it!!!

6_2008-2009 #216710
software security by password

the code checks password enter by the user but it is different type,any can not see ur password which is saved to text file named pass.txt,because the program converts the password set by user in different format and when checked by program it reads from it and convert it to original form and compare it with password enter by user,if matched then allow to enter next otherwise exit to system.

6_2008-2009 #217153
Keylogger

Key-logger.... Great For Parental/employee Monitoring... Don't Use This Illegally 5 Stars Please

6_2008-2009 #217166
Camera applications

View Camera - record image - play image - motion detection - IP host / client - HTML server. In short all you can do with your camera. The code is created in vbnet 2008 and is divided in sections similar as the tab pages

7_2009-2012 #217393
Web Poison (Anti-Spam Measure)

This is the ASP version of a CGI technique used to scare off spammers (or at least to make things harder for them) that use email extractors to collect addresses from web sites. The script generates a random number of fake Email addresses and URLs that call itself in an endless loop. The result: email extractors get clogged with fake addresses. A META tag tells search engine robots not to index the page. To use just rename the file to anything you want (example: test.asp) and put a hidden link to it on your site, like this: [A HREF="wpoison.asp"][/A] (replace [] with <> respectively). Please help spread the word about web poisoning, it might not stop spammers, but will surely slow them down!

7_2009-2012 #218401
RunAs (revised)

Run's a file or an application with a different user account than the user logged on. There was a small problem with type marshling, but it's now fixed!

7_2009-2012 #218802
DSN-Less Username & Password Check

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 easy to use and to expand upon.

7_2009-2012 #218803
DSN-Less Username & Password Check Part DEUX

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 based on several email received asking how to do more with it. Enjoy!!!

7_2009-2012 #218893
Protect Your Code

Simple way of preventing access to your client side javascripts and even style sheets

7_2009-2012 #218894
Prevent viewing of javascript and stylesheets

Prevent unauthorized viewing of website javascript and style sheet files. Simply rename all your style and javascript files to the .asp extension. Then include the validate_view.asp file at the top of each file. Open the validate_view.asp file and change the top the constants to those required. Then finally call the procedure name "validate_view" with the current files content type as the parameter.

Languages
Top Categories
Global Discovery