An unofficial, mostly Bitwarden-compatible API server written in Ruby (Sinatra and ActiveRecord)

Bitwarden: update default PBKDF2 iterations to 100,000

This matches at least the Firefox extension when creating a new
account.

+1 -1
+1 -1
lib/bitwarden.rb
··· 29 29 TYPE_IDS = TYPES.invert 30 30 31 31 DEFAULT_ITERATIONS = { 32 - PBKDF2 => 5000, 32 + PBKDF2 => 100_000, 33 33 } 34 34 35 35 ITERATION_RANGES = {