---
name: truecrack
version: 0.1
origin: security/truecrack
comment: A password cracker for TrueCrypt volumes
arch: freebsd:9:x86:64
www: https://code.google.com/p/truecrack/
maintainer: zi@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses: [GPLv3]
flatsize: 2514204
desc: |
  TrueCrack is a brute-force password cracker for TrueCrypt (Copyright) volume
  files. It works on Linux and it is optimized with Nvidia Cuda technology.
  It works with cripted volumes with the following algorithms:

  - PBKDF2 (defined in PKCS5 v2.0) based on RIPEMD160 Key derivation function.
  - XTS block cipher mode of operation used for hard disk encryption based on
    AES.

  TrueCrack can work in two different modes of use:

  - Dictionary attack: read the passwords from a file of words (one password
    for line).
  - Charset attack: generate the passwords from a charset of symbols defined
    by the user (for example: all possible strings of n characters from the
    charset "abc" ).

  WWW: https://code.google.com/p/truecrack/
categories: [security]
files:
  /usr/local/bin/truecrack: 48edebb938ff8b032e0dcb11980ae238de8095d41fab79e5247df9cd65258b13
  /usr/local/share/licenses/truecrack-0.1/GPLv3: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903
  /usr/local/share/licenses/truecrack-0.1/LICENSE: feb018c22cc4001bbeccc04db5569c5aeaec18f1ebbee51a52d56c251418e243
  /usr/local/share/licenses/truecrack-0.1/catalog.mk: 7deeca6e96c2f3a1352449fb54a79db0a6bd3db3935592c965a0f6b5df399f3f
  /usr/local/share/truecrack/dictionary.txt: e9c9526aeab8755bc381e6048adadeaf7a14b364c4d87cbada28be5b7a912e9b
  /usr/local/share/truecrack/dictionary_100k.txt: d6d85e638f760bbf9224cd86173e3df692cf1616bdb0a314b69d7318c6c3f766
  /usr/local/share/truecrack/dictionary_10k.txt: 43699b8b9a2f4ce83e4f9348a0314543d00211d1efb41557b76cbf3259e903e8
directories:
  /usr/local/share/truecrack/: n
  /usr/local/share/licenses/truecrack-0.1/: n
  /usr/local/share/licenses/: y
scripts:
  post-install: |
    cd /usr/local
    cd /usr/local
  pre-deinstall: |
    cd /usr/local
    cd /usr/local
  post-deinstall: |
    cd /usr/local
    cd /usr/local
