Site icon IT World Canada

Bitwarden moves to secure encryption design

Bitwarden, a password vault vendor, has improved the mechanism’s default security configuration in response to increased condemnation of the encryption technique it employs to safeguard users’ secret encryption keys.

The number of PBKDF2 hash iterations used to compute the decryption key for a user’s password vault is criticized as being excessive. The media has mostly repeated the assertion that the data is protected by 200,001 PBKDF2 iterations: 100,001 on the client side and 100,000 on the server.

Furthermore, the server-side iterations are designed in such a way that they offer no security benefit. On the client side, 100,000 iterations are still available. Server-side iterations, according to critics, are also ineffective. Older accounts are locked into much lower security settings unless they manually increase iterations on their settings.

In this scenario, OnOAWSP recommends using the PBKDF2 algorithm with random salts, SHA-256, and 600,000 iterations (a figure recently increased from the previous recommendation of 310,00 rounds).

All of these criticisms are directed at Bitwarden, which is seen as a credible alternative to LastPass in the aftermath of its breach, and it is critical to provide a more secure credible alternative without fear of being breached.

Bitwarden has since begun to treat these criticisms as feature requests.

The sources for this piece include an article in Portswigger.

Exit mobile version