[twitter-dev] Re: php regex for twitter password

2009-08-16 Thread Abraham Williams
Do you mean to verify proper length and character composition? I don't know of publicized documentation other then passwords have minimum length of 6 characters. Abraham On Sat, Aug 15, 2009 at 01:33, Xpineapple kenned...@gmail.com wrote: I could probably play with regex all day and get no

[twitter-dev] Re: php regex for twitter password

2009-08-16 Thread Andrew Badera
At least 6 At least one capital letter At least one non-capital letter At least on numeric [Stronger] At least 8 At least one non-alphanumeric I'd love to provide a RegEx ... only : a) I live in the .NET world not PHP, and, b) There are TONS -- BAJILLIONS -- of password regexes available on the

[twitter-dev] Re: php regex for twitter password

2009-08-15 Thread Kevin Mesiab
Depending on your deployment scenario, you could let Google do the heavy lifting for you ;) https://www.google.com/accounts/RatePassword?Passwd=poopy On Sat, Aug 15, 2009 at 10:43 AM, Sam Streetsam...@gmail.com wrote: http://pastebin.com/m4fd058a4 This code will be able to determine whether