aboutsummaryrefslogtreecommitdiff
path: root/security/truecrack
Commit message (Collapse)AuthorAgeFilesLines
* Support stageBaptiste Daroussin2014-01-171-11/+5
| | | | | | | | | Get rid of NOPORTDATA Convert USE_GMAKE ->USES = gmake Do not include the license file for a well known license Notes: svn path=/head/; revision=340086
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-4/+2
| | | | | | | security) Notes: svn path=/head/; revision=327769
* New port: security/truecrackRyan Steinmetz2012-05-233-0/+61
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/ Notes: svn path=/head/; revision=297299