Commit 39cbdcdc by sessyargc Committed by GitHub

Update crypto

Add LUKS detection
parent 42055874
......@@ -110,3 +110,20 @@
>8 belong x salt: 0x%X
>12 belong x \b%X
#------------------------------------------------------------------------------
# LUKS http://tomb.dyne.org/Luks_on_disk_format.pdf
# sessyargc
0 string LUKS\xBA\xBE LUKS_MAGIC
>6 short 0x0001 version 0x%X
>8 string aes %s
>8 string twofish %s
>8 string serpent %s
>8 string cast5 %s
>8 string cast6 %s
>40 string ecb %s
>40 string cbc-plain %s
>40 string cbc-essiv %s:
>72 string sha1 %s
>72 string sha256 %s
>72 string sha512 %s
>72 string ripemd160 %s
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment