Generate random password

| | No TrackBacks
public string GenerateRandomString()
{
    return System.Guid.NewGuid().
        ToString().Substring(0, 7).ToLower();
}

No TrackBacks

TrackBack URL: http://www.iwebthereforeiam.com/cgi-bin/mt/mt-tb.cgi/938

Leave a comment

Verification (needed to reduce spam):

Pages

OpenID accepted here Learn more about OpenID
Powered by Movable Type 4.32-en

About this Entry

This page contains a single entry by Hugh Brown published on March 1, 2005 5:24 AM.

Notebook computer reviews was the previous entry in this blog.

C# Open Source Directory is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.