Date: Wed, 23 May 2012 19:58:16 +0000 (UTC) From: Ryan Steinmetz <zi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/truecrack Makefile distinfo pkg-descr Message-ID: <201205231958.q4NJwGX1033762@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
zi 2012-05-23 19:58:16 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/truecrack Makefile distinfo pkg-descr Log: New port: security/truecrack 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/ Revision Changes Path 1.1271 +1 -0 ports/security/Makefile 1.1 +42 -0 ports/security/truecrack/Makefile (new) 1.1 +2 -0 ports/security/truecrack/distinfo (new) 1.1 +17 -0 ports/security/truecrack/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205231958.q4NJwGX1033762>