Click here to Skip to main content
15,892,059 members
Articles / Programming Languages / C#

Random Password Generator: an Example

Rate me:
Please Sign up or sign in to vote.
4.67/5 (2 votes)
15 Nov 2017CPOL3 min read 18.3K   411   16  
using System.Security.Cryptography.RNGCryptoServiceProvider

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
United States United States
while (live) {
try {
learn();
code();
food();
...
} catch (Exception ex) {
recover();
}
}

Comments and Discussions