lvaccaro / truecrack

TrueCrack is a brute-force password cracker for TrueCrypt (Copyrigth) volumes. It works on Linux and it is optimized for Nvidia Cuda technology.
GNU General Public License v3.0
155 stars 58 forks source link

Ubuntu 12 installation #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. download truecrack*.tar.gz
2. extract it into folder truecrack. cd into it.
3. install nvidia-cuda-toolkit package. Can use next command "sudo apt-get 
install nvidia-cuda-toolkit"
4. follow steps mentioned on main wiki page
5. can "make GPU=false" to omit GPU support

Original issue reported on code.google.com by Dzmitry....@gmail.com on 8 Aug 2013 at 4:05

GoogleCodeExporter commented 9 years ago
The command "make GPU=false" works only in legacy version 1. In the next 
release you must specify the parameter in configure phase:
./configure --enable-cpu

Original comment by luck87 on 23 Aug 2013 at 12:38