xref: /minix3/external/bsd/file/dist/magic/magdir/keepass (revision 84d9c625bfea59e274550651111ae9edfdc40fbd)
1*84d9c625SLionel Sambuc
2*84d9c625SLionel Sambuc#------------------------------------------------------------------------------
3*84d9c625SLionel Sambuc# $File: keepass,v 1.1 2012/12/24 22:14:56 christos Exp $
4*84d9c625SLionel Sambuc# keepass: file(1) magic for KeePass file
5*84d9c625SLionel Sambuc#
6*84d9c625SLionel Sambuc# Keepass Password Safe:
7*84d9c625SLionel Sambuc#  * original one: http://keepass.info/
8*84d9c625SLionel Sambuc#  * *nix port:    http://www.keepassx.org/
9*84d9c625SLionel Sambuc#  * android port: http://code.google.com/p/keepassdroid/
10*84d9c625SLionel Sambuc
11*84d9c625SLionel Sambuc0	lelong		0x9AA2D903	Keepass password database
12*84d9c625SLionel Sambuc>4	lelong		0xB54BFB65	1.x KDB
13*84d9c625SLionel Sambuc>>48	lelong		>0		\b, %d groups
14*84d9c625SLionel Sambuc>>52	lelong		>0		\b, %d entries
15*84d9c625SLionel Sambuc>>8	lelong&0x0f	1		\b, SHA-256
16*84d9c625SLionel Sambuc>>8	lelong&0x0f	2		\b, AES
17*84d9c625SLionel Sambuc>>8	lelong&0x0f	4		\b, RC4
18*84d9c625SLionel Sambuc>>8	lelong&0x0f	8		\b, Twofish
19*84d9c625SLionel Sambuc>>120	lelong		>0		\b, %d key transformation rounds
20*84d9c625SLionel Sambuc>4	lelong		0xB54BFB67	2.x KDBX
21