|
From: Michael S. <mi...@st...> - 2015-02-26 16:08:16
|
Tomas Gustavsson wrote: > What's your threat analysis? > Are you protecting against someone dumping the EJBCA database trying to > brute-force one-time enrollment codes before they are being used? Yes. Or a SQL injection revealing the user's password via web application. > 16 rounds is too slow even for a single use imho. On my laptop a single > call (a single bcrypt) with 16 rounds takes >20 seconds. The important factor is at what speed brute force attackers can work. Ciao, Michael. |