Archives

Archives / 2008 / September
  • Generic Code Generator

    Tags: C#

    Came across a useful code/password generator example for strong passwords at this site:

    Obviex Password Example

    I needed a random token generator for unit tests I wrote, so I extended it to do the … more