[Lift] Re: Open source password strength analyzer?

2009-02-27 Thread TylerWeir

Looking for a jQuery one:

http://phiras.wordpress.com/2007/04/08/password-strength-meter-a-jquery-plugin/

Demo: http://phiras.googlepages.com/PasswordStrengthMeter.html

Download: http://phiras.googlepages.com/PasswordStrengthMeter.zip

Ty
On Feb 27, 1:48 pm, David Pollak feeder.of.the.be...@gmail.com
wrote:
 Folks,

 Does anyone know of any open source password strength analyzers?

 Thanks,

 David

 --
 Lift, the simply functional web frameworkhttp://liftweb.net
 Beginning Scalahttp://www.apress.com/book/view/1430219890
 Follow me:http://twitter.com/dpp
 Git some:http://github.com/dpp
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Lift group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[Lift] Re: Open source password strength analyzer?

2009-02-27 Thread David Pollak
How about server-side... and one that does dictionary word testing?

On Fri, Feb 27, 2009 at 10:58 AM, TylerWeir tyler.w...@gmail.com wrote:


 Looking for a jQuery one:


 http://phiras.wordpress.com/2007/04/08/password-strength-meter-a-jquery-plugin/

 Demo: http://phiras.googlepages.com/PasswordStrengthMeter.html

 Download: http://phiras.googlepages.com/PasswordStrengthMeter.zip

 Ty
 On Feb 27, 1:48 pm, David Pollak feeder.of.the.be...@gmail.com
 wrote:
  Folks,
 
  Does anyone know of any open source password strength analyzers?
 
  Thanks,
 
  David
 
  --
  Lift, the simply functional web frameworkhttp://liftweb.net
  Beginning Scalahttp://www.apress.com/book/view/1430219890
  Follow me:http://twitter.com/dpp
  Git some:http://github.com/dpp
 



-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Git some: http://github.com/dpp

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Lift group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[Lift] Re: Open source password strength analyzer?

2009-02-27 Thread TylerWeir

After googling for a while, I found nothing.  Sorry.

On Feb 27, 2:01 pm, David Pollak feeder.of.the.be...@gmail.com
wrote:
 How about server-side... and one that does dictionary word testing?





 On Fri, Feb 27, 2009 at 10:58 AM, TylerWeir tyler.w...@gmail.com wrote:

  Looking for a jQuery one:

 http://phiras.wordpress.com/2007/04/08/password-strength-meter-a-jque...

  Demo:http://phiras.googlepages.com/PasswordStrengthMeter.html

  Download:http://phiras.googlepages.com/PasswordStrengthMeter.zip

  Ty
  On Feb 27, 1:48 pm, David Pollak feeder.of.the.be...@gmail.com
  wrote:
   Folks,

   Does anyone know of any open source password strength analyzers?

   Thanks,

   David

   --
   Lift, the simply functional web frameworkhttp://liftweb.net
   Beginning Scalahttp://www.apress.com/book/view/1430219890
   Follow me:http://twitter.com/dpp
   Git some:http://github.com/dpp

 --
 Lift, the simply functional web frameworkhttp://liftweb.net
 Beginning Scalahttp://www.apress.com/book/view/1430219890
 Follow me:http://twitter.com/dpp
 Git some:http://github.com/dpp
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Lift group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[Lift] Re: Open source password strength analyzer?

2009-02-27 Thread Alex Cruise

On 02/27/2009 10:48 AM, David Pollak wrote:
 Does anyone know of any open source password strength analyzers?
The library most Linux distros use is cracklib.  I found a Java port 
(http://sourceforge.net/projects/solinger/) but it looks pretty old.

Somebody Really Oughta write a Scala version, with a nice bloom filter 
for fast dictionary testing! :)

-0xe1a

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Lift group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[Lift] Re: Open source password strength analyzer?

2009-02-27 Thread David Pollak
On Fri, Feb 27, 2009 at 11:30 AM, Alex Cruise acru...@gmail.com wrote:


 On 02/27/2009 10:48 AM, David Pollak wrote:
  Does anyone know of any open source password strength analyzers?
 The library most Linux distros use is cracklib.  I found a Java port
 (http://sourceforge.net/projects/solinger/) but it looks pretty old.

 Somebody Really Oughta write a Scala version, with a nice bloom filter
 for fast dictionary testing! :)


What are you waiting for? ;-)




 -0xe1a

 



-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Git some: http://github.com/dpp

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Lift group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---