AES #518
Answered
by
roddhjav
dancerqueen
asked this question in
Q&A
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! |
Answered by
roddhjav
Jun 4, 2024
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 |
3 replies
Answer selected by
dancerqueen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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