Click here to Skip to main content
15,885,954 members
Articles / Desktop Programming / WPF

Cryptographically Random Password / Data Set Creator using WPF, MVVM, and TPL

Rate me:
Please Sign up or sign in to vote.
4.33/5 (9 votes)
31 Jan 2013CPOL6 min read 25.2K   438   24  
Random data/password generator using WPF and MVVM to accomplish clean separation of GUI logic and business logic using MVVM pattern.
<?xml version="1.0"?>
<configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

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


Written By
Software Developer (Senior)
United States United States
Sr software developer with experience in various languages and platforms, namely windows development using C#, C++, and VB, as well as various database platforms. At present, working in financial services industry in the United States.

Comments and Discussions