This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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/ | |
*/ |