boundless-insurance-60355
02/23/2023, 11:00 PMparallelization
value, what do I put for this? It’s not included with my Firebase Auth export or the Password hash params provided. Is this just an arbitrary value I add? If so, are there…common values? The example in Firebase Import uses a value of 16 🤔
hash_config {
algorithm: SCRYPT,
base64_signer_key: <...sensitive...>,
base64_salt_separator: <...sensitive...>,
rounds: 8,
mem_cost: 14,
}
I’m seeing values of 1 here? https://github.com/pbhogan/scrypt/issues/79#issuecomment-558744597magnificent-energy-493
kind-fireman-77262
02/24/2023, 1:24 PMmagnificent-energy-493
boundless-insurance-60355
02/26/2023, 4:19 AM