gringotts revision 103373
1
2#------------------------------------------------------------------------------
3# gringotts:  file(1) magic for Gringotts
4# http://devel.pluto.linux.it/projects/Gringotts/
5# author: Germano Rizzo <mano@pluto.linux.it>
6#GRG2????Y
70	string	GRG		Gringotts data file
8>3	string		1		v.1, SERPENT crypt, SHA-256 hash, ZLib lvl.9
9>3	string		2		v.2,
10>>8	byte&0x70	0x00		RIJNDAEL-128 crypt,
11>>8	byte&0x70	0x10		SERPENT crypt,
12>>8	byte&0x70	0x20		TWOFISH crypt, 
13>>8	byte&0x70	0x30		CAST-256 crypt,
14>>8	byte&0x70	0x40		SAFER+ crypt,
15>>8	byte&0x70	0x50		LOKI97 crypt,
16>>8	byte&0x70	0x60		3DES crypt,
17>>8	byte&0x70	0x70		RIJNDAEL-256 crypt,
18>>8	byte&0x08	0x00		SHA1 hash,
19>>8	byte&0x08	0x08		RIPEMD-160 hash,
20>>8	byte&0x04	0x00		ZLib
21>>8	byte&0x04	0x04		BZip2
22>>8	byte&0x03	0x00		lvl.0
23>>8	byte&0x03	0x01		lvl.3
24>>8	byte&0x03	0x02		lvl.6
25>>8	byte&0x03	0x03		lvl.9
26