Show Navigation
Conversation
Notices
-
I'm going through a db dump of our #OpenERP (now #Odoo) app... passwords are there in PLAIN TEXT! What kind of app doesn't hash passwords?!
-
@balleyne That's shocking; apparently they feel password hashing is "optional". https://github.com/odoo/odoo/issues/1975
-
@windigo: OMG... it's even MORE shocking that they *know* it's a thing and similar consider it optional, a module's task... o.0 Run away...
-
@balleyne @windigo Is this a really old application? I remember dealing with some sites that were starting to hash ( #md5) in 2002-2004.
-
@balleyne Up until last year, Jabberd2 used with a sqlite3 db did not hash the passwords... :-)
-
@lnxw48: not really. first release 2005, but v5.0 2009, v6 2011, v7 2013, v8 2014... and it's got a corporate open core thing going on...
-
@sergiodj: man! But AFAIK, sqlite doesn't have built-in hashing support... still, surprised they'd release Jabberd2 without implementing it
-
@balleyne It's actually not about sqlite, it's about jabberd2 itself. It used sqlite to store…