]> granicus.if.org Git - file/commitdiff
added keepass
authorChristos Zoulas <christos@zoulas.com>
Mon, 24 Dec 2012 22:14:56 +0000 (22:14 +0000)
committerChristos Zoulas <christos@zoulas.com>
Mon, 24 Dec 2012 22:14:56 +0000 (22:14 +0000)
magic/Magdir/keepass [new file with mode: 0644]
magic/Makefile.am

diff --git a/magic/Magdir/keepass b/magic/Magdir/keepass
new file mode 100644 (file)
index 0000000..d885fea
--- /dev/null
@@ -0,0 +1,20 @@
+
+#------------------------------------------------------------------------------
+# $File: kml,v 1.3 2010/11/25 15:00:12 christos Exp $
+# keepass: file(1) magic for KeePass file
+#
+# Keepass Password Safe:
+#  * original one: http://keepass.info/
+#  * *nix port:    http://www.keepassx.org/
+#  * android port: http://code.google.com/p/keepassdroid/
+
+0      lelong          0x9AA2D903      Keepass password database
+>4     lelong          0xB54BFB65      1.x KDB
+>>48   lelong          >0              \b, %d groups
+>>52   lelong          >0              \b, %d entries
+>>8    lelong&0x0f     1               \b, SHA-256
+>>8    lelong&0x0f     2               \b, AES
+>>8    lelong&0x0f     4               \b, RC4
+>>8    lelong&0x0f     8               \b, Twofish
+>>120  lelong          >0              \b, %d key transformation rounds
+>4     lelong          0xB54BFB67      2.x KDBX
index cefad5c378dec5dd467f78ec45914096c9860e3f..08e205b7606a8838b7fb14ac1f3c0c102e6a0817 100644 (file)
@@ -1,5 +1,5 @@
 #
-# $File: Makefile.am,v 1.82 2012/12/18 18:54:09 christos Exp $
+# $File: Makefile.am,v 1.83 2012/12/21 16:41:07 christos Exp $
 #
 MAGIC_FRAGMENT_BASE = Magdir
 MAGIC_DIR = $(top_srcdir)/magic
@@ -110,6 +110,7 @@ $(MAGIC_FRAGMENT_DIR)/javascript \
 $(MAGIC_FRAGMENT_DIR)/jpeg \
 $(MAGIC_FRAGMENT_DIR)/karma \
 $(MAGIC_FRAGMENT_DIR)/kde \
+$(MAGIC_FRAGMENT_DIR)/keepass
 $(MAGIC_FRAGMENT_DIR)/kml \
 $(MAGIC_FRAGMENT_DIR)/lecter \
 $(MAGIC_FRAGMENT_DIR)/lex \