Skip to content

Instantly share code, notes, and snippets.

@moxus
moxus / gist:7789b93119df777465ea
Created July 5, 2015 09:34
Decrypt KeePass files
/* global Buffer */
/**
* Decrypt KeePass files
*
* There are some sources where you can find description about the keepass file format
* https://gist.githubusercontent.com/msmuenchen/9318327/raw/f6cbc07c01297f129700b7e14e1013253ab8b44f/gistfile1.txt
* http://blog.sharedmemory.fr/en/2014/04/30/keepass-file-format-explained/
*/