VeraCrypt icon indicating copy to clipboard operation
VeraCrypt copied to clipboard

random encryption algorithm for security?

Open stokebreakup opened this issue 1 year ago • 0 comments

Desired behavior

Instead of the user selecting the encryption and hash algorithm, leave a randomized option. If he/she doesn't have the password, it's better to lose everything (than someone else have access).

Screenshots/Mockup/Designs

image

Additional information

There is a library that I find interesting as a source of inspiration: https://github.com/lissatransborda/multi-crypto, https://github.com/Miserlou/omnihash, https://github.com/Miserlou/Loop

i.e

veraCrypt.encryptRandom(aes, sha512) veraCrypt.encryptRandom(aes, sha256) ...

Your Environment

VeraCrypt version: 1.24-Update7

Operating system and version: Distro linux(ubuntu) last version

System type: 64 Bits

stokebreakup avatar Jun 19 '24 17:06 stokebreakup