Home

Generate a password

Something that I found that I frequently come across is the need to generate a random string, so I ended up creating a simple shared function that dealt with that for me. Imports Microsoft.VisualBasic Public Class PasswordFunctions ''' <summary> ''' This function generates a random password allowing for the specification of the c...

Read more