Gareth Brown

ASP.Net and C# only please...
Grabbing myself a copy of the new VistaDB 2.1 database

You've most likely seen this a million times but...

VistaDB 2.1 database for .NET has been released
This 2.1 update includes over 60 improvements, including new support for .NET 2.0 and Visual Studio 2005. VistaDB is a small-footprint, embedded SQL database alternative to Jet/Access, MSDE and SQL Server Express 2005 that enables developers to build .NET 1.1 and .NET 2.0 applications. Features SQL-92 support, small 500KB embedded footprint, free 2-User VistaDB Server for remote TCP/IP data access, royalty free distribution for both embedded and server, Copy 'n Go! deployment, managed ADO.NET Provider, data management and data migration tools. Free trial is available for download.
- Learn more about VistaDB
- Repost this to your blog and receive a FREE copy of VistaDB 2.1!

Posted: Dec 26 2005, 08:14 PM by garethbrown | with 1 comment(s)
Filed under:
Pronounceable Password Generator

Here's a class I put together for one of our current jobs. The code has come from various different sources so I probably can't take credit for most of it. The class contains two pronounceable password generators, the first one uses syllables/short words and the other uses consonants and vowels to make up the pronounceable words. Each generator can also contain numerical characters if required.

The passwords generated are nowhere near safe/secure and are best used for forgotten password links or account registation. Allowing the user to change the password on signing in.

Comments and suggestions please.

http://www.evolution-internet.com/CodeLibrary/PasswordGenerator/Pronounceable.txt

More Posts