Dec. 13, 2013
5:01 a.m.
On Thu, Dec 12, 2013 at 12:53:51AM -0200, Esteban A. Maringolo wrote:
sampleLogin ^Login new database: (PostgreSQLPlatform new characterEncoding: 'utf8'); username: 'user'; password: 'secret';
<shamelessplug> I recommended SpsSplitPasswordStore: http://samadhiweb.com/blog/2013.08.11.splitpasswordstore.html ^Login new database: (PostgreSQLPlatform new characterEncoding: 'utf8'); username: 'user'; password: (SpsSplitPasswordStore readFrom: 'user.dat'); ... </shamelessplug> I'm thinking to remove the code that takes random strings from /dev/random and do it in a more portable way without weakening security too much. -- Pierce Ng http://samadhiweb.com/blog/