We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Methods arguments orders may be swapped between methods calls.
See https://github.com/cozy/cozy-keys-lib/blob/master/src/WebVaultClient.js#L357-L382
computeNewHashAndKeys and bitwardenChangePassword have reversed order for kdf and kdfIteration
computeNewHashAndKeys
bitwardenChangePassword
kdf
kdfIteration
Also this file use password wording while other apps mays use passphrase (i.e: cozy-pass-web and cozy-settings).
password
passphrase
The text was updated successfully, but these errors were encountered:
cryptoService.makeKey
computeMasterKey
No branches or pull requests
Methods arguments orders may be swapped between methods calls.
See https://github.com/cozy/cozy-keys-lib/blob/master/src/WebVaultClient.js#L357-L382
computeNewHashAndKeys
andbitwardenChangePassword
have reversed order forkdf
andkdfIteration
Also this file use
password
wording while other apps mays usepassphrase
(i.e: cozy-pass-web and cozy-settings).The text was updated successfully, but these errors were encountered: