Tech Solvency / passwords / hashcat-veracrypt

Minimal true VeraCrypt example FAT containers for hashcat testing. The password for all containers is 'hashcat'.

Icon  Name                                              Last modified      Size  Description
[PARENTDIR] Parent Directory - [POT] veracrypt.potfile 2020-09-24 13:45 1.3K [VC] hashcat_whirlpool_twofish_13731.vc 2017-05-04 10:25 292K [VC] hashcat_whirlpool_twofish-serpent_13732.vc 2017-05-04 10:25 292K [VC] hashcat_whirlpool_serpent_13731.vc 2017-05-04 10:25 292K [VC] hashcat_whirlpool_serpent-twofish-aes_13733.vc 2017-05-04 10:25 292K [VC] hashcat_whirlpool_serpent-aes_13732.vc 2017-05-04 10:25 292K [VC] hashcat_whirlpool_aes_13731.vc 2017-05-04 10:25 292K [VC] hashcat_whirlpool_aes-twofish_13732.vc 2017-05-04 10:25 292K [VC] hashcat_streebog-512_twofish_13771.vc 2018-11-08 23:43 292K [VC] hashcat_streebog-512_twofish-serpent_13772.vc 2018-11-08 23:44 292K [VC] hashcat_streebog-512_serpent_13771.vc 2018-11-08 23:43 292K [VC] hashcat_streebog-512_serpent-twofish-aes_13773.vc 2018-11-08 23:45 292K [VC] hashcat_streebog-512_serpent-aes_13772.vc 2018-11-08 23:44 292K [VC] hashcat_streebog-512_aes_13771.vc 2018-11-08 23:43 292K [VC] hashcat_streebog-512_aes-twofish_13772.vc 2018-11-08 23:44 292K [VC] hashcat_sha512_twofish_13721.vc 2017-05-04 10:25 292K [VC] hashcat_sha512_twofish-serpent_13722.vc 2017-05-04 10:25 292K [VC] hashcat_sha512_serpent_13721.vc 2017-05-04 10:25 292K [VC] hashcat_sha512_serpent-twofish-aes_13723.vc 2017-05-04 10:25 292K [VC] hashcat_sha512_serpent-aes_13722.vc 2017-05-04 10:25 292K [VC] hashcat_sha512_aes_13721.vc 2017-05-04 10:25 292K [VC] hashcat_sha512_aes-twofish_13722.vc 2017-05-04 10:25 292K [VC] hashcat_sha256_twofish_13751.vc 2017-05-04 10:25 292K [VC] hashcat_sha256_twofish-serpent_13752.vc 2017-05-04 10:25 292K [VC] hashcat_sha256_serpent_13751.vc 2017-05-04 10:25 292K [VC] hashcat_sha256_serpent-twofish-aes_13753.vc 2017-05-04 10:25 292K [VC] hashcat_sha256_serpent-aes_13752.vc 2017-05-04 10:25 292K [VC] hashcat_sha256_aes_13751.vc 2017-05-04 10:25 292K [VC] hashcat_sha256_aes-twofish_13752.vc 2017-05-04 10:25 292K [VC] hashcat_ripemd160_twofish_13711.vc 2017-05-04 10:25 292K [VC] hashcat_ripemd160_twofish-serpent_13712.vc 2017-05-04 10:25 292K [VC] hashcat_ripemd160_serpent_13711.vc 2017-05-04 10:25 292K [VC] hashcat_ripemd160_serpent-twofish-aes_13713.vc 2017-05-04 10:25 292K [VC] hashcat_ripemd160_serpent-aes_13712.vc 2017-05-04 10:25 292K [VC] hashcat_ripemd160_aes_13711.vc 2017-05-04 10:25 292K [VC] hashcat_ripemd160_aes-twofish_13712.vc 2017-05-04 10:25 292K

Generated with:


# This value is in bytes, but K,M,G are accepted
# Note that the Linux UI's minimum size is 292KB
# Minimum size on command line is 298497
VOLUME_SIZE=298497
FILESYSTEM=fat

veracrypt -t -c --quick --volume-type=normal \
	--size=${VOLUME_SIZE} \
	--encryption=${enc} \
	--hash=${hash} \
	--filesystem=${FILESYSTEM} \
	-p=hashcat \
	--random-source=/dev/urandom \

... and crackable with:


hashcat -a 3 -w 3 -m 13711 --potfile-path=./veracrypt.potfile \
	hashcat_ripemd160_aes_13711.vc                    hashca?l

hashcat -a 3 -w 3 -m 13712 --potfile-path=./veracrypt.potfile \
	hashcat_ripemd160_aes-twofish_13712.vc            hashca?l

hashcat -a 3 -w 3 -m 13711 --potfile-path=./veracrypt.potfile \
	hashcat_ripemd160_serpent_13711.vc                hashca?l

hashcat -a 3 -w 3 -m 13712 --potfile-path=./veracrypt.potfile \
	hashcat_ripemd160_serpent-aes_13712.vc            hashca?l

hashcat -a 3 -w 3 -m 13713 --potfile-path=./veracrypt.potfile \
	hashcat_ripemd160_serpent-twofish-aes_13713.vc    hashca?l

hashcat -a 3 -w 3 -m 13711 --potfile-path=./veracrypt.potfile \
	hashcat_ripemd160_twofish_13711.vc                hashca?l

hashcat -a 3 -w 3 -m 13712 --potfile-path=./veracrypt.potfile \
	hashcat_ripemd160_twofish-serpent_13712.vc        hashca?l

hashcat -a 3 -w 3 -m 13751 --potfile-path=./veracrypt.potfile \
	hashcat_sha256_aes_13751.vc                       hashca?l

hashcat -a 3 -w 3 -m 13752 --potfile-path=./veracrypt.potfile \
	hashcat_sha256_aes-twofish_13752.vc               hashca?l

hashcat -a 3 -w 3 -m 13751 --potfile-path=./veracrypt.potfile \
	hashcat_sha256_serpent_13751.vc                   hashca?l

hashcat -a 3 -w 3 -m 13752 --potfile-path=./veracrypt.potfile \
	hashcat_sha256_serpent-aes_13752.vc               hashca?l

hashcat -a 3 -w 3 -m 13753 --potfile-path=./veracrypt.potfile \
	hashcat_sha256_serpent-twofish-aes_13753.vc       hashca?l

hashcat -a 3 -w 3 -m 13751 --potfile-path=./veracrypt.potfile \
	hashcat_sha256_twofish_13751.vc                   hashca?l

hashcat -a 3 -w 3 -m 13752 --potfile-path=./veracrypt.potfile \
	hashcat_sha256_twofish-serpent_13752.vc           hashca?l

hashcat -a 3 -w 3 -m 13721 --potfile-path=./veracrypt.potfile \
	hashcat_sha512_aes_13721.vc                       hashca?l

hashcat -a 3 -w 3 -m 13722 --potfile-path=./veracrypt.potfile \
	hashcat_sha512_aes-twofish_13722.vc               hashca?l

hashcat -a 3 -w 3 -m 13721 --potfile-path=./veracrypt.potfile \
	hashcat_sha512_serpent_13721.vc                   hashca?l

hashcat -a 3 -w 3 -m 13722 --potfile-path=./veracrypt.potfile \
	hashcat_sha512_serpent-aes_13722.vc               hashca?l

hashcat -a 3 -w 3 -m 13723 --potfile-path=./veracrypt.potfile \
	hashcat_sha512_serpent-twofish-aes_13723.vc       hashca?l

hashcat -a 3 -w 3 -m 13721 --potfile-path=./veracrypt.potfile \
	hashcat_sha512_twofish_13721.vc                   hashca?l

hashcat -a 3 -w 3 -m 13722 --potfile-path=./veracrypt.potfile \
	hashcat_sha512_twofish-serpent_13722.vc           hashca?l

hashcat -a 3 -w 3 -m 13771 --potfile-path=./veracrypt.potfile \
	hashcat_streebog-512_aes_13771.vc                 hashca?l

hashcat -a 3 -w 3 -m 13772 --potfile-path=./veracrypt.potfile \
	hashcat_streebog-512_aes-twofish_13772.vc         hashca?l

hashcat -a 3 -w 3 -m 13771 --potfile-path=./veracrypt.potfile \
	hashcat_streebog-512_serpent_13771.vc             hashca?l

hashcat -a 3 -w 3 -m 13772 --potfile-path=./veracrypt.potfile \
	hashcat_streebog-512_serpent-aes_13772.vc         hashca?l

hashcat -a 3 -w 3 -m 13773 --potfile-path=./veracrypt.potfile \
	hashcat_streebog-512_serpent-twofish-aes_13773.vc hashca?l

hashcat -a 3 -w 3 -m 13771 --potfile-path=./veracrypt.potfile \
	hashcat_streebog-512_twofish_13771.vc             hashca?l

hashcat -a 3 -w 3 -m 13772 --potfile-path=./veracrypt.potfile \
	hashcat_streebog-512_twofish-serpent_13772.vc     hashca?l

hashcat -a 3 -w 3 -m 13731 --potfile-path=./veracrypt.potfile \
	hashcat_whirlpool_aes_13731.vc                    hashca?l

hashcat -a 3 -w 3 -m 13732 --potfile-path=./veracrypt.potfile \
	hashcat_whirlpool_aes-twofish_13732.vc            hashca?l

hashcat -a 3 -w 3 -m 13731 --potfile-path=./veracrypt.potfile \
	hashcat_whirlpool_serpent_13731.vc                hashca?l

hashcat -a 3 -w 3 -m 13732 --potfile-path=./veracrypt.potfile \
	hashcat_whirlpool_serpent-aes_13732.vc            hashca?l

hashcat -a 3 -w 3 -m 13733 --potfile-path=./veracrypt.potfile \
	hashcat_whirlpool_serpent-twofish-aes_13733.vc    hashca?l

hashcat -a 3 -w 3 -m 13731 --potfile-path=./veracrypt.potfile \
	hashcat_whirlpool_twofish_13731.vc                hashca?l

hashcat -a 3 -w 3 -m 13732 --potfile-path=./veracrypt.potfile \
	hashcat_whirlpool_twofish-serpent_13732.vc        hashca?l