Technique

pwsafe cracking

 

1.0 Crack and Export as Textfile

1.1 Export hash from container

pwsafe2john container.psafe3 > pwsafe.hash

1.2 Crack with john

john --wordlist=/usr/share/wordlists/rockyou.txt pwsafe.hash

1.3 Export as textfile

pwsafe-cli container.psafe3 exp=passwords.txt --text

References