Is it possible to recreate the picture password as a login mechanism for your .NET application? Or is there some law stating it cant be done because you'll get sued?
http://blogs.msdn.com/b/b8/archive/2011/12/16/signing-in-with-a-picture-password.aspx
sum(26^n), shouldn't that besum(26^i)? Then the next sentence only does26^8rather than the full sum allowing for less characters. I see a lot of problems there anyway. – Mat Jan 8 at 11:30