|
|
|
|
|
Total Hits: 40 | Today: 0
|
Author: Keith Brown
|
Rating:
|
|

In my last column I introduced Password Minder, the tool I use to manage all of my passwords. It generates a long, random password for each site I visit, and makes it possible for me to use the most complex passwords possible, without ever having to see the actual password material or type it in manually. If you didn't have a chance to read that column, you should go do that now, otherwise this column won't make much sense!
This time, I'll take you on a tour of the guts of how Password Mi...
|
|
|
|
Total Hits: 155 | Today: 0
|
Author: Peter Persits
|
Rating:
|
|

As a commercial ASP developer, you are almost certain to be given the task of designing a password-protected Web site. When that happens, you will have to make a decision about how to store user password information securely, and then be able to justify your choice to your boss or client....
|
|
|
|
Total Hits: 53 | Today: 0
|
Author: Gopi Darisipudi
|
Rating:
|
|

Ever worry abt others walking to your PC/Notebook and browsing your folders when you forgot to lock it? Don’t worry Now…Here is a simple solution that you can implement by yourself and you don’t have to lock your desktop ever!!
I am sure that there are some shareware/free utilities available on the Internet, which you can download to get Password protection for your folders. If you are like me and don’t want to clutter your personal computer with downloaded software, then here i...
|
|
|
|
Total Hits: 88 | Today: 0
|
Author: admin under
|
Rating:
|
|

This guide will show you how to store your user passwords in an ASP.NET - or Windows Forms - application. Or rather - it will show you the secret is to NOT store the actual password. I'll explain later, don't worry.
There is always a risk of someone getting their hands of sensitive information - and user accounts and passwords sure counts as sensitive data, don't you think? Let's investigate what we can do to make it harder for an intruder to get their hands of such things....
|
|
|
|
Total Hits: 170 | Today: 0
|
Author: tommy skaue.
|
Rating:
|
|

Do you have a website where users need to login, and when they do you compare the password they enter with a column in a usertable? Some people do logins like this. It's easy to program and it works just fine. But what if someone got hold of the usertable and all the passwords of everyone? You may want to hide or encrypt the passwords in the usertable. Many programming languages have functions to do this. I make ASP-webpages, and I haven't found any quick functions to do this. There are plenty o...
|
|
|
|
Total Hits: 302 | Today: 0
|
Author: Harish Ranganathan
|
Rating:
|
|

Setting the text property for a textbox with textmode=single and multiline is pretty straight forward by giving TextBox1.Text = "The text we want to set"; However, if we set the Textmode property to Password, then we cannot simply set the text using the TextBox.text. In practical scenarios, we may not want to set the password for obvious reasons that password is one which we retrieve from the user and it shoult not be set. Also, even if we set some password, the user cannot read it as it i...
|
|
|
|
Total Hits: 423 | Today: 0
|
|
Rating:
|
|

This article contains a simple code written by Remas Wojciechowski which shows two password fields usable for your web page....
|
|
|
|
Total Hits: 114 | Today: 0
|
Author: AzamSharp
|
Rating:
|
|

Sometimes we need to generate random passwords for users. In this small article we will see two techniques that will generate unique passwords....
|
|
|
|
Total Hits: 48 | Today: 0
|
Author: Timur Abdrakhmanov
|
Rating:
|
|

p align="left" The protection of web pages using a password comes up earlier or later while developing your site. The most secure way is to implement PHP, ASP or other advanced web programming languages. In this tutorial you will find out how to protect pages using Javascript, because you may need to have a very simple protection, or your current hosting may not support PHP. The first example we are going to discuss is the font color="blue"prompt() /fontfunction. The function calls a small bo...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Baidehish Dwibedy
|
Rating:
|
|

PassProt is a password storage and encryption/decryption tool intended for personal use. Often we deal with remembering or writing down the tons of user ids and passwords used in daily life, e.g. accounts in banks, work, libraries, insurance and the list goes on. To avoid writing these passwords in an unsecured location like a piece of paper or a file in work/home computer or in the PDA, this tool is developed....
|
|
|
|
Total Hits: 7 | Today: 0
|
Author: Utsav
|
Rating:
|
|

This is a tutorial to how to make password reminder page in your application. It first takes the username and email address input from the User and then checks whether the username exit or not then generates the random password and then mails the reset password to the user's mail address....
|
|
|
|
Total Hits: 27 | Today: 0
|
Author: M.Premraj
|
Rating:
|
|

Normally, whenever a form is posted backed, the password field will clear. But we dont want it to do that....
|
|
|
|
Total Hits: 18 | Today: 0
|
Author: Microsoft Corporation
|
Rating:
|
|

This sample demonstrates how to implement a custom UserNamePassword Validator. This is useful in cases where none of the built-in UserNamePassword Validation modes is appropriate for the requirements of the application; for example, when username/password pairs are stored in some external store, such as a database. This sample shows a service that has a custom validator that checks for two particular username/password pairs. The client uses such a username/password pair to authenticate to the se...
|
|
|
|
Total Hits: 64 | Today: 0
|
Author: Charles Boyung
|
Rating:
|
|

For a user, this is not a very friendly experience. How can I be sure that what I typed is what I intended to type? Yes, that’s what the confirmation entry is there for, but what happens if I type the same incorrect spelling twice in a row? I know that this has happened to me on more than one occasion, if I am filling out a form without really thinking, and am just typing quickly to get through it....
|
|
|
|
Total Hits: 26 | Today: 0
|
Author: Emre Onyurt
|
Rating:
|
|

Hello, I have been searching blogs and articles about ASP.NET password recovery systems for a while. Almost all resources about this topic suggest that standard password recovery control comes with Asp.Net 2.0. However password recovery control has some limitations. Of course it works without any problem, but some developers want more options. In this article we will talk about writing our own password recovery system. For example we don�t want to send password to user�s email addr...
|
|
|
|
Total Hits: 77 | Today: 0
|
Author: Manikantan Vedachalam
|
Rating:
|
|

Want to Create a random password and mail it to the person who tried to register at your site? Here is a quick and easy example of how to do this task. It is fairly straight forward....
|
|
|
|
Total Hits: 88 | Today: 0
|
Author: hooshang Karami.
|
Rating:
|
|

Password Protection And Password Management is important Problem In designing Control System Or Other Authorizing Permissins system.
* Some Developer Using The Encryption Algoritms To Encrypt Password Before Saving In Database And Save The Encrypted Password In DataBase And Encryption Password And Decryption Made By Application Layer. This is UseFull When We have A Complex Authorization In Access To Permissins therefore When Hacker hacked our Database It is Difficult to to be...
|
|
|
|
Total Hits: 34 | Today: 0
|
Author: Edgar Sánchez MCP (Web Forms & Windows Forms)
|
Rating:
|
|

When we need to authenticate users in an ASP.NET site, the safest and easiest way to go is to take advantage of the Windows operating system authentication. Basically, you configure your site at Internet Information Server (IIS) for Windows authentication, as shown in FIGURE 1....
|
|
|
|
Total Hits: 157 | Today: 0
|
Author: Scott Mitchell
|
Rating:
|
|

There are, as you know, a plethora of Web sites on the Internet that allow for, if not require, some sort of user account. For example, on ASPMessageboard.com, in order to post a message one must create a user account, which includes information like username, email address, and password. To buy a book from Amazon.com you must create an account, which includes your name, an email address, a password, a shipping address, and so on. Note that each of these user accounts requires, among other thing...
|
|
|
|
Total Hits: 134 | Today: 0
|
Author: Eric Coffman
|
Rating:
|
|

A few months ago I decided it was time to learn ASP. I started out using some code samples from around the web, and eventually learned to write some of it myself. I recently read Sams Teach Yourself Active Server Pages 3.0 in 21 Days which helped me clean up my coding techniques....
|
|
|
|
|
|