Enter Keywords:
1 - 10 of 22(0.027 seconds)
Sort By:
 
i want to generate a randomize password consist of character and digit. anyone can help me with it? i want to make it as a javabean pass in the value of the lenght of password to be generate. ho...
Zones: JavaDate Answered: 01/22/2003 Rating: 8.2 Views: 0
need code that will generate a random 8 character long password in csharp c#... password must be alpha-numeric, lower/uppercase mixed. thank you!
Zones: ASPDate Answered: 06/29/2004 Rating: 9.8 Views: 0
I found an SP that works great but I would like to tweak it alittle. First of all, I would like the cap sizes to be random also. Right now, it's all in uppercase. Second, I want to exclude the lett...
Zones: MS SQL ServerDate Answered: 10/01/2004 Rating: 7.0 Views: 0
i there, im using ora 8.1.7 and i need a random password generator, please advice Thanks TP
Zones: OracleDate Answered: 09/04/2004 Rating: 7.4 Views: 0
I am looking for a random password generator coded in VB or C#.  It needs to save the password in md5.  Can anybody show me where to find one, or give me some resources to write one?  Thanks.
Zones: ProgrammingDate Answered: 02/10/2004 Rating: 8.0 Views: 0
i am using the following to generate a random password, password length is minimum 7 char with at least 1 numeric but cannot begin with a number. <cfset iPassLen=RandRange(7, 10)> <cfset tempPass...
Zones: Cold...Date Answered: 05/26/2004 Rating: 7.6 Views: 0
I wish to generate a new password that will send to user email if the user forget the password. What is the formula to generate a random new password that prove to be secured?
Zones: ASP.Net ProgrammingDate Answered: 08/06/2005 Rating: 8.4 Views: 0
I'm trying to create a trigger that automatically generates a random password in the INET6 column of table SY01200 upon insert.  Here is what I have tried so far. CREATE TRIGGER AutoGenPW ON [db...
Zones: MS SQL ServerDate Answered: 10/12/2005 Rating: 9.4 Views: 0
Hi I need an ASP.NET random password generator which gives me a password atleast 6 characters in length mixed with upper/lower case letter and atleast one digit. Can somebody provide me with a f...
Zones: ProgrammingDate Answered: 04/24/2006 Rating: 8.4 Views: 0
I need to generate a 6 digit password that contains all caps and one number.  I am using this code, but not sure how to get it to only give one number.  I have it setup to not include confusing num...
Zones: MS Visual Basic, .NET, Visual...Date Answered: 05/09/2007 Rating: 7.8 Views: 0