DISQUS

DISQUS Hello! Life is grand is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

Jump to original thread »
Author

And C# replies

Started by paulmwatson · 10 months ago

Brian read my previous post and quickly replied with this functionally identical C# code:
string schars = "0124356789abcdefghijk";
string password = string.Empty;
Random rand = new Random(DateTime.Now.Millisecond);
while (password.Length < 9) password += sch ... Continue reading »

1 comment

Add New Comment

Returning? Login