> On Apr 24, 2015, at 8:09 AM, Emmanuel Lécharny <[email protected]> wrote: > > Ouch !!! > > Wouldn't had it been more efficient to store the password using a base64 > encoding ?
A couple of years ago, ldapcon2011, I let someone talk me into changing the password from string to char array representation. The rationale was that a string password introduces a vulnerability. Shawn [email protected]
