View Single Post
  #2 (permalink)  
Old 2008-02-09
Thorpuse Thorpuse is offline
Senior Member
 
Join Date: 2007-07-16
Posts: 490
Rep Power: 2
Thorpuse has an average reputation (10+)
Default Re: checking for password strength in NG/AI and NGx Administrators

Rather than a brute-force or dictionary attack through the GUI, there's no easy way to get the password in the clear. CP's password system is basic to say the least - the assumption is that if you're serious about authentication security, you'll outsource auth to a 3rd party (preferably two-factor based) authentication technology.

If I were to speculate, you could possibly try and run a dictionary attack using the authentication in dbedit or an equivalient command line tool. The success or otherwise of this would tell whether going down the path of 3rd-party authentication systems is required... :)

Good luck.
Reply With Quote