NEW LISTINGS  HOT LISTINGS  TOP RATED  EDITOR PICK  ADD A LISTING  UPDATE A LISTING  GET RATED  UPGRADE A LISTING
  HOME     MY ACCOUNT     POWER SEARCH     REGISTER     MEMBER LIST     SUGGEST CATEGORY  

Average Visitor Rating: 0.00 (out of 5)
Number of ratings: 0 Votes

Visitor Rating

Dynamic IP Locking: A Poor Mans Multi-factor Authentication
34368 Dynamic IP Locking: A Poor Mans Multi-factor Authentication http://www.ny-dev.com/forums/f184/dynamic-ip-locking-poor-mans-multi-factor-authentication-1263/ In the security world there has always been the practice to deny hosts unless they were of a certain IP. However, the problem is that now days on the internet hosts need to access systems and their ips are not fixed. The idea is to put into place a logon system that adds a level of security but by no means is a cure-all. IPs can still be forged just like we use MAC to deny hosts even though they can be spoofed. Your login protocol still checks for a user id and a password while looking if the ip that they signed up with matches the one signing on. So a normal fixed IP person would use their IP. However, a dynamic ip user would enter Whatever.dyndns.com or whaetver.com. The server then would look up the ip of this sub domain and see if it matches the host. The host would be running with in the background a client (https://www.dyndns.com/support/clients/) that
sends their dynamic ip to the trusted third party DNS providers like no-ip.com and etc. Also with the release of Windows Vista all users will be able to be given a ipv6 address with its own sub domain to use from Microsoft called the "Windows Internet Computer Name"-- a unique domain name. This can be treated as a trusted third party. The attackers thus could still forge the address; however he would have to know the sub domain to look up to spoof to the server.
PHP > Scripts and Programs > Networking Tools > Other Jan 4, 2007 Taz send email to Taz

Write a Review   Add to My Favorite   Refer it to Friend   Report Broken Link  

Bookmark Dynamic IP Locking: A Poor Mans Multi-factor Authentication:


Other links owned by this user
This script displays a calendar using the current date by default. It requires 3 files, one for extracting the date from the query string, another one containing the CSS and the last the function used to generate the calendar.
Category:

First of all try to collect the necessary information which are important to display the actual month and highlight the actual day. Besides this we want to display the actual month and year informations as well. To do this we need 3 special days informations:
The actual day
The first day of the actual month
The last day of the actual month
Category:

iBoards.us is an easy-to-use, professional and free forum solution with advanced features. We provide fast and secure forum hosting.
Category:

The Secure File Transfer Protocol (SFTP client) provides secure file transfer functionality over any reliable data stream, SSH in this case. It is the standard file transfer protocol for use with the SSH2 protocol. Windowless wodSFTP component implements client side of this protocol which is reliable and easy to use. SFTP is not just some "FTP over SSH" wrapper - it is newer protocol, supported by all SSH2 servers as their subsystem.
Category:

* label: The main name of the tab, written in the larger font.
* sublabel: The smaller descriptive text underneath the main label of the tab, which of course is optional to use.
* link: The link to load an swf or url. Both situations are explained in the documentation.
Category:

This phenomenal new communication tool will supercharge your online business. Flash Web messenger provides rich, web-based, text and streaming audio/video communication for any website.
Nanolive flash chat software application is the perfect solution for businesses who wish to run their own private web-based instant messenger with rich features like audio and video chat on their own domain.
Category:

We specialize in design and development for the web and multimedia. From the look and feel design, to the programming and servers that run behind the scenes. We pay meticulous attention to every aspect of the design and development process. We have extensive experiance with PHP, MySQL, Photoshop, Adobe CS3, video, flash, and more.
Category:

This new version of XD World Recipe V 2.8 is 3-tier arhcitecture, and much more secured than the older version with added querystring and input validation. This version use Stored Procedure and Object Oriented Programming for data abstraction and code reuse. You must have basic knowledge of Object Oriented Programming, Stored Procedure, IIS 5/6, SQL 2005 server to configure and attach the database. If you want to learn ASP.NET C# 3-tier application architecture and SQL stored procedure, this one is for you. Source code and installation guide included in the zip file
Category:

Learn how to generate Random Number Using RND Function And Randomize Statement.
Category:

CKFinder is a powerful and easy to use Ajax file manager for web browsers. Its simple interface makes it intuitive and quick to learn for all kinds of users, from advanced professionals to Internet beginners.
Category:

MSCCrypto is COM component for Active Server Pages and stand-alone applications. It includes collection of the best encryption and hashing algorithms.
Category:

vPet Engine is a virtual pet game script. You can build your own virtual pet site like neoPets.com. Please check out below for full user/admin features.
Category:

The fast and easy way for creating Robots.txt files manual, free upgrades etc.
Category:

iSpring Ultra is an innovative product to create e-learning Flash content from your PowerPoint which can be published to any Learning Management System (LMS) conforming to SCORM 1.2 or SCORM 2004 standards. iSpring Ultra also provides ActionScript API for seamless integration of PowerPoint content into Flash or HTML based systems with total presentation playback control.
Category:

Want to offer your visitors the ability to create their own glitter phrases? GlitterSet v.5 is a simple and easy glittergen script that allows you to create your own letter sets and let your visitors go wild! Try out this free glitter generator today. Includes 2 letter sets to start you off.
Category:

Learn how to transform gray scale image into the image in color. To create this lesson, you must to use photoshop a little. In this lesson, you will also learn how to convert an image into a Movie Clip Symbol and more.
Category:

1. Introduction
2. PHP Variables
3. PHP Comments
4. PHP Output
5. PHP Strings
6. PHP Operators
7. PHP If...Else
8. PHP Switch
9. PHP Arrays
10. PHP While Loop
11. PHP For Loop
12. PHP Foreach Loop
13. PHP Do While Loop
14. PHP Include and Require
15. PHP/HTML Forms
16. PHP POST and GET
Category:

Learn how to draw holes in asteroids. Basically it is a tutorial on how to play with gradient fills so you can make holes that seem like they are actually sinking into an object(such as an asteroid). This tutorial was written in Flash MX 2004 Professional(Flash 7) so if you have Flash 7 or a later version.
Category:

DynamicPDF™ Generator for COM/ActiveX is third generation highly efficient COM/ActiveX component used for the generation of PDF documents based on dynamic data. PDF documents can be generated to a file, byte array or directly to IIS's output stream. The component is thread safe and designed to run efficiently in a high volume web environment as well as client based applications. The object model is intuitive and easy to learn, yet at the same time is very powerful.
Category:

EZMailSend is a simple to use command line console application for Windows that allows you to easily send email via your SMTP server.
You can integrate EZMailSend with batch files, scheduled tasks as well as use it in situations where you need an application to send an email that does not support such features.
Category:

Other links at PHP > Scripts and Programs > Networking Tools > Other
IPChecker is an IP address check script.
- Display visitor's IP address by image
- Display visitor's Location,Browser,Operating System
- Provide Free IP Check Service to other websites for traffic generation
- IP address Location Search
- Google Adsense built-in for revenue generation
Category:

In the security world there has always been the practice to deny hosts unless they were of a certain IP. However, the problem is that now days on the internet hosts need to access systems and their ips are not fixed. The idea is to put into place a logon system that adds a level of security but by no means is a cure-all. IPs can still be forged just like we use MAC to deny hosts even though they can be spoofed. Your login protocol still checks for a user id and a password while looking if the ip that they signed up with matches the one signing on. So a normal fixed IP person would use their IP. However, a dynamic ip user would enter Whatever.dyndns.com or whaetver.com. The server then would look up the ip of this sub domain and see if it matches the host. The host would be running with in the background a client (https://www.dyndns.com/support/clients/) that
sends their dynamic ip to the trusted third party DNS providers like no-ip.com and etc. Also with the release of Windows Vista all users will be able to be given a ipv6 address with its own sub domain to use from Microsoft called the "Windows Internet Computer Name"-- a unique domain name. This can be treated as a trusted third party. The attackers thus could still forge the address; however he would have to know the sub domain to look up to spoof to the server.
Category:

Cyrus WebAdmin Tool
Category:

PHPDC - Direct Connect HUB Stats
Category:

This is an application that monitors the status of the wireless access points you defined in the system. Prepared with PHP and MySQL
Category:




Main Category
185
2034
801
286
174
1803
1129
909
1161
7393
70
905
59
2200
174

Join Mailing List
Joining mailing list will entitle you to receive occasional emails informing you of news and updates to the site and any special offers that may be of interest to you.



Top 10
Directory Statistics

Links: 19263
Categories: 1275
Registered Users: 733
Mailing List Subscribers: 2043
Unique Outgoing Hits: 228229

Pagerank Statistics
PR 10
2 site(s)
PR 9
9 site(s)
PR 8
37 site(s)
PR 7
290 site(s)
PR 6
827 site(s)
PR 5
2016 site(s)

PHP News