]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/file/Magdir/mcrypt
This commit was generated by cvs2svn to compensate for changes in r98937,
[FreeBSD/FreeBSD.git] / contrib / file / Magdir / mcrypt
1 #------------------------------------------------------------------------------
2 # Mavroyanopoulos Nikos <nmav@hellug.gr>
3 # mcrypt:   file(1) magic for mcrypt 2.2.x;
4 0      string          \0m\2           mcrypt 2.2 encrypted data,
5 >3     byte            0               algorithm: blowfish-448,
6 >3     byte            1               algorithm: DES,
7 >3     byte            2               algorithm: 3DES,
8 >3     byte            3               algorithm: 3-WAY,
9 >3     byte            4               algorithm: GOST,
10 >3     byte            6               algorithm: SAFER-SK64,
11 >3     byte            7               algorithm: SAFER-SK128,
12 >3     byte            8               algorithm: CAST-128,
13 >3     byte            9               algorithm: xTEA,
14 >3     byte            10              algorithm: TWOFISH-128,
15 >3     byte            11              algorithm: RC2,
16 >3     byte            12              algorithm: TWOFISH-192,
17 >3     byte            13              algorithm: TWOFISH-256,
18 >3     byte            14              algorithm: blowfish-128,
19 >3     byte            15              algorithm: blowfish-192,
20 >3     byte            16              algorithm: blowfish-256,
21 >3     byte            100             algorithm: RC6,
22 >3     byte            101             algorithm: IDEA,
23 >4     byte            0               mode: CBC,
24 >4     byte            1               mode: ECB,
25 >4     byte            2               mode: CFB,
26 >4     byte            3               mode: OFB,
27 >4     byte            4               mode: nOFB,
28 >5     byte            0               keymode: 8bit
29 >5     byte            1               keymode: 4bit
30 >5     byte            2               keymode: SHA-1 hash
31 >5     byte            3               keymode: MD5 hash