AES #518
-
What AES is used? How do i see what AES is used? Reed web page looks like link to https://www.iso.org/standard/54531.html maybe means its 128 but i dont know how to see for sure. I know how to do gpg --list-packets for gpg but it dont work for me with tomb file. How do u use command here to find out for tomb file? I dont know if web page is out of date and 256 is used now or if tomb doesnt use 256. Many thanks to anybody that help me! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
AES is used by cryptsetup, not gpg, by default it is AES 256 with the XTS mode: https://github.com/dyne/Tomb/blob/0d06c994cf09cd89c1a5eefd027b8bc421fa5e4e/tomb#L2132 |
Beta Was this translation helpful? Give feedback.
AES is used by cryptsetup, not gpg, by default it is AES 256 with the XTS mode:
https://github.com/dyne/Tomb/blob/0d06c994cf09cd89c1a5eefd027b8bc421fa5e4e/tomb#L2132