On 2016-05-22 00:29, Albert Cervera i Areny wrote: > > PS: I'm wondering if we should allow to configure which hashing method > > to use for specific user. > > I think that would be a little bit too much. But maybe it would be > worth making it configurable on trytond.conf because currently it only > depends on the availability of the bcrypt package. If it's there, it > is used.
But it is based on the principal to use the best available by default. bcrypt is better than sha1 because of this CPU constraint. But maybe, it could be configurable and if there is no configuration, we use the best. -- Cédric Krier - B2CK SPRL Email/Jabber: [email protected] Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/20160522063138.GR13326%40tetsuo.
