Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SF Coders] Password Generator
#6
Here is my version, uses random characters and a Select Case to make the password as random as possible.

I made it because most use the string array and it;s easier to use ASCII codes. You can also replace the whole Select Case and IF statements with a
PHP Code:
_Password += Chr(Random.Next(33126)) 
Which will give you a bit of everything if you don't want to make it selectable.

Function:

Usage:
PHP Code:
Private Sub Button1_Click(ByVal sender As System.ObjectByVal e As System.EventArgsHandles Button1.Click
        TextBox1
.Text GeneratePassword(NumericUpDown1.Value)
    
End Sub 

Screenshot:
[Image: ?h=181ef61e312f744e140e95785704f7ea]
"If you cannot explain something simply, then you do not understand it at all." - Albert Einstein
"The best way to predict the future is to invent it." - Alan Kay
Reply


Messages In This Thread
RE: [SF Coders] Password Generator - by ThePrinCe - 12-06-2011, 10:47 AM
RE: [SF Coders] Password Generator - by BreShiE - 12-06-2011, 11:31 AM
RE: [SF Coders] Password Generator - by milopeach - 12-09-2011, 02:32 AM
RE: [SF Coders] Password Generator - by oNeiL - 03-19-2012, 03:39 AM
RE: [SF Coders] Password Generator - by Existence - 03-19-2012, 02:14 PM
RE: [SF Coders] Password Generator - by Existence - 03-19-2012, 05:12 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  SF Coders - Icon Changer - Project 1 Arron XR 14 4,518 09-11-2012, 08:20 PM
Last Post: malis2007
  [SF Coders]Imageshack.Us Image Scraper ★Cooldude★ 7 3,199 08-28-2012, 01:47 AM
Last Post: ★Cooldude★
  Adf.ly Direct Links Generator euverve 6 4,834 06-27-2012, 04:05 AM
Last Post: Ch4ng3m3
  [SF Coders] Grabbing an Icon from a File and Saving! [TUT] milopeach 13 3,806 05-15-2012, 06:22 PM
Last Post: OnyxDev
  [SF Coders] Converting between SteamID's and Friend Profile ID's milopeach 5 2,286 02-04-2012, 04:19 PM
Last Post: Denny Crane

Forum Jump:


Users browsing this thread: 9 Guest(s)