#encryption and derivation function Argon2id!
it should have twofish or Xchacha20 encryption besides Aes
Feature function
chacha20 and twofish i found faster then the Aes when encrypting text
documents and studies shows Twofish and chacha are more secure than Aes hand has more rounds or encryption
Twofish vs AES Encryption We live in an age where almost everything we do is online. We buy stuff, do bank transactions, and chat with our friends through the web. All these activities involve a lot of data transfer from one point to another. Some of...
twofish found unbreakable
Nat
December 28, 2021, 5:59pm
#2
@mukesh_Play Welcome!
Argon2 algorithm support has been requested before. See link below.
Maybe you can change the feature request to just Twofish and Chacha20 support, because specific requests tend to get more votes
Continuing discussion from this GitHub ticket.
I am aware of Argon2 and it’s benefits over PBKDF2, however, since bitwarden is a cross-platform application that is written on many different languages/frameworks we must use an algorithm that is a standard. PBKDF2 has native implementations on all platforms that we deal with. Argon2 is relatively young and is not yet widely implemented. If we were to use Argon2 we would have to rely on unproven third-party libraries.
Libsodium supports Argon2 …