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

link|improve this question

18% accept rate
It depends on soo many variables (your country's local laws, purpose of the face-templates database, etc, etc) it's almost impossible for us to determine whether it's legal or not. – Shai Jan 8 at 11:24
Is that article correct? Under "Security and gesture count" They give the formula for the permutations of 1 to n lowercase letters as sum(26^n), shouldn't that be sum(26^i)? Then the next sentence only does 26^8 rather than the full sum allowing for less characters. I see a lot of problems there anyway. – Mat Jan 8 at 11:30
feedback

closed as off topic by CodeBrickie, Cody Gray, ho1, mu is too short, Ninefingers Jan 9 at 10:31

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

1 Answer

Unfortunately Microsoft seem to have a patent for this approach in the USA at least: http://patft1.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=%2Fnetahtml%2FPTO%2Fsrchnum.htm&r=1&f=G&l=50&s1=8,024,775.PN.&OS=PN/8,024,775&RS=PN/8,024,775 , so depending where you're based you might run into legal problems.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.