Glary Utilities - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Misc (https://hashcat.net/forum/forum-15.html) +--- Forum: General Talk (https://hashcat.net/forum/forum-33.html) +--- Thread: Glary Utilities (/thread-3872.html) |
Glary Utilities - Homiczak - 12-03-2014 Hi I need to decrypt file encrypted by Glary Utilities (*.gfe) I found that it uses Blowfish but i have no idea how to use hashcat. Sorry for being newbie. Thanks in advance. RE: Glary Utilities - epixoip - 12-03-2014 this format is not supported by hashcat. hashcat traditionally only supports hash algorithms, not encryption algorithms. some support for non-hash formats has been added recently, but so far only for specific formats which use a key derivation function (so still hashing related.) if gfe is straight blowfish with no key stretching you should be able to write your own script to quickly test passwords. RE: Glary Utilities - Homiczak - 12-04-2014 Can You please help me to write that script? |