{"id":16151198,"url":"https://github.com/stefansundin/truecrack","last_synced_at":"2026-01-20T13:05:30.405Z","repository":{"id":28848260,"uuid":"32372200","full_name":"stefansundin/truecrack","owner":"stefansundin","description":"Automatically exported from code.google.com/p/truecrack","archived":false,"fork":false,"pushed_at":"2015-03-17T05:39:52.000Z","size":3828,"stargazers_count":1,"open_issues_count":22,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-07T17:53:45.784Z","etag":null,"topics":["truecrypt"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stefansundin.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-17T04:51:10.000Z","updated_at":"2024-08-20T04:08:19.000Z","dependencies_parsed_at":"2022-09-05T08:50:30.484Z","dependency_job_id":null,"html_url":"https://github.com/stefansundin/truecrack","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/stefansundin/truecrack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefansundin%2Ftruecrack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefansundin%2Ftruecrack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefansundin%2Ftruecrack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefansundin%2Ftruecrack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stefansundin","download_url":"https://codeload.github.com/stefansundin/truecrack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefansundin%2Ftruecrack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28603426,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T12:01:53.233Z","status":"ssl_error","status_checked_at":"2026-01-20T12:01:46.545Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["truecrypt"],"created_at":"2024-10-10T00:55:02.228Z","updated_at":"2026-01-20T13:05:30.381Z","avatar_url":"https://github.com/stefansundin.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"TRUECRACK v3.6\n--------------\nwebsite: http://www.truecrack.net , http://code.google.com/p/truecrack\nmail:    infotruecrack@gmail.com\n\n1. WHAT TrueCrack IS?\nTrueCrack is a brute-force password cracker for TrueCrypt (Copyrigth) volumes. It works on Linux and it is optimized for Nvidia Cuda technology.\nIt supports:\n- PBKDF2 (defined in PKCS5 v2.0) based on key derivation functions: Ripemd160, Sha512 and Whirlpool.\n- XTS block cipher mode for hard disk encryption based on encryption algorithms: AES, SERPENT, TWOFISH.\n- File-hosted (container) and Partition/device-hosted.\n- Hidden volumes and Backup headers. \nTrueCrack is able to perform a brute-force attack based on:\n- Dictionary: read the passwords from a file of words.\n- Alphabet: generate all passwords of given length from given alphabet. \nTrueCrack works on gpu and cpu. TrueCrack requires a lots of resources: we suggest a dedicated gpu board.\n\n2. HOW TO RUN?\nDictionary attack:\n\ttruecrack -t truecrypt_file -w passwords_file [-k ripemd160 | -k sha512 | -k whirlpool] [-e aes | -e serpent | -e twofish] [-a blocks] [-b] [-H] [-r number]\nAlphabet attack:\n\ttruecrack -t truecrypt_file -c alphabet [-s minlength] -m maxlength [-p string] [-k ripemd160 | -k sha512 | -k whirlpool] [-e aes | -e serpent | -e twofish] [-a blocks] [-b] [-H] [-r number]\n\n3. HOW TO USAGE?\n-h \t--help \t\t\t\t\tDisplay this information.\n-t \t--truecrypt \u003ctruecrypt_file\u003e \t\tTruecrypt volume file.\n-k \t--key \u003cripemd160 | sha512 | whirlpool\u003e\tKey derivation function (default ripemd160).\n-e \t--encryption \u003caes | serpent | twofish\u003e\tEncryption algorithm (default aes).\n-a \t--aggressive \u003cblocks\u003e\t\t\tNumber of parallel computations (board dependent).\n-w \t--wordlist \u003cwordlist_file\u003e \t\tFile of words, for Dictionary attack.\n-c \t--charset \u003calphabet\u003e\t\t\tAlphabet generator, for Alphabet attack.\n-m \t--maxlength \u003cmaxlength\u003e\t\t\tMaximum length of passwords, for Alphabet attack.\n-s\t--startlength \u003cminlength\u003e       \tStarting length of passwords, for Alphabet attack (default 1).\n-p\t--prefix \u003cstring\u003e\t\t\tPrefix the first part of the password, for Alphabet attack.\n-r\t--restore \u003cnumber\u003e              \tRestore the computation.\n-b\t--backup \t\t\t\tBackup header instead of volume header.\n-H\t--hidden\t\t\t\tHidden Truecrypt volume.\n-v \t--verbose \t\t\t\tShow verbose messages.\n\n4. HOW TO CONFIGURE?\n./configure\n\t--enable-debug : enable nVidia CUDA debug mode [default=no]\n\t--enable-cpu : disable cuda nvidia GPU and use CPU [default=no]\n\t--with-cuda=PATH : prefix where cuda is installed [default=auto]\n\n5. HOW TO INSTALL?\ncd truecrack\n./configure\nmake\nsudo make install\n \n6. LICENSE\nTrueCrack is an Open Source Software under GNU Public License version 3.\nThis software is Based on TrueCrypt, freely available at http://www.truecrypt.org/\nContact the author:  Luca Vaccaro \u003cluck87@gmail.com\u003e\nTwitter: https://twitter.com/TrueCrack1\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefansundin%2Ftruecrack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstefansundin%2Ftruecrack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefansundin%2Ftruecrack/lists"}