I use AES in XTS mode to decrypt the header. I have salt from the user's header and password, so I create the header keys in pbkdf2. Where do I get my tweak to decrypt the header with the AES algorithm?
Thanks in advance for help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I use AES in XTS mode to decrypt the header. I have salt from the user's header and password, so I create the header keys in pbkdf2. Where do I get my tweak to decrypt the header with the AES algorithm?
Thanks in advance for help.