-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
If DASH is going to succeed at being Digital Cash, it needs to be easy to implement in more places with less concern for auditing and absolutely NO hard reliance on inherently insecure C/C++ code.
- AES-GCM and PBKDF2 are widely adopted across many programming languages as part of the standard library. They're also supported by
WebCrypto(which means Bun and Node too). wallet.datrelies onEVP_BytesToKey(Digital EnVeloPe Encryption), which is proprietary to OpenSSL's crypto implementations.wallet.datalso uses the "outdated" AES-CBC, but this isn't actually an issue for the use case of local storage - if you're afraid that your non-transit storage is adversarial... you have much bigger problems that what AES-GCM can solve for you.
See also:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels