On 9/29/15, John Colvin via Digitalmars-d <digitalmars-d at puremagic.com> wrote: > Someone will write something like this: > > assert(plainPassword == plainPassword.toLower()); > > and plaintext passwords will end up in stderr. If you have plaintext passwords stored anywhere you are already screwed. ;)