Encfs - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Encfs (/thread-7288.html) |
Encfs - jurasjo - 02-10-2018 Hi I use cryptkeeper (GUI) to use my encrypted "containers". My containers structure is something like: .folder_encfs with some scrambled named subfolders/files. I have forgotten password but I think I know some words I used to encrypt. May I use hashcap to crack this container? RE: Encfs - royce - 02-10-2018 I don't think hashcat current supports cracking encfs, but John the Ripper does: Code: $ johnl --list=formats | tr -s '[:space:]' '\n' | egrep -i encf RE: Encfs - jurasjo - 02-11-2018 Wow. Big THX. You pointed me right direction. |