Results for "Category: Security"
This program is to limit the attempt of the user to 3.
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.
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.
This program will encrypt or decrypt a file of the users choice
Simple code that allows users to login & register(Developped by a 14 years old student). Please vote for my code if you like it!!!
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.
Key-logger.... Great For Parental/employee Monitoring... Don't Use This Illegally 5 Stars Please
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
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!
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!
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.
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!!!
Simple way of preventing access to your client side javascripts and even style sheets
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.
Users can submit their Username, password, and E-Mail address to register for your site! You can then use a password/username checker from this site to see if the logged in correctly!
A file that replaces the old coder.c. Thanks to Brett Taylor. Found at http://www.cprogramming.com/source.html
This code will take the users username and password from a form and use them to authenticate them against a Windows NT/2000 domain. Unlike other examples, you do not need to switch on 'Basic' or 'Integrated Windows' permissions for the webite on IIS. You can leave the setting as Anonymous Access.
This code will enum all groups and users currently available on your local machine the pure .NET way. There is no need of declaring some APIs.
Provides your site with security. A login and password, with the ability for the user to change their own password. It uses a DSN-less Access database so that you do not need to set up a DSN on the server.
*(UPDATED)* ADDED: -Code Re-written -Now updates file size if you no the file has been changed by a program. This program makes a list of all the .ini .sys and .com files on you hard-drive in the c:\windows directory and then calculates there size and keeps them in a log. and then every time the program starts it checks the file sizes against the logged ones to see if they differ, if they do then it tells you. I made this because virusses can sometimes alter files and hide inside them so this basicly keeps a eye on them..