{"id":18395999,"url":"https://github.com/cyclone-github/container_truncator","last_synced_at":"2026-01-18T06:07:58.177Z","repository":{"id":81889767,"uuid":"592489886","full_name":"cyclone-github/container_truncator","owner":"cyclone-github","description":"Tool to process Truecrypt / Veracrypt container files to be ran with hashcat","archived":false,"fork":false,"pushed_at":"2025-12-12T02:22:53.000Z","size":26,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-15T06:06:28.271Z","etag":null,"topics":["container","crack","crypt","decryption","encryption","extract","hash","hashcat","tc","true","truecrypt","vc","vera","veracrypt"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cyclone-github.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-01-23T20:53:14.000Z","updated_at":"2025-12-12T02:22:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"6f75e93e-585e-413b-a1df-66a9befea9df","html_url":"https://github.com/cyclone-github/container_truncator","commit_stats":null,"previous_names":["cyclone-github/container_truncator","cyclone-github/cyclone_container_truncator"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/cyclone-github/container_truncator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyclone-github%2Fcontainer_truncator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyclone-github%2Fcontainer_truncator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyclone-github%2Fcontainer_truncator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyclone-github%2Fcontainer_truncator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cyclone-github","download_url":"https://codeload.github.com/cyclone-github/container_truncator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyclone-github%2Fcontainer_truncator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28531993,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["container","crack","crypt","decryption","encryption","extract","hash","hashcat","tc","true","truecrypt","vc","vera","veracrypt"],"created_at":"2024-11-06T02:12:34.558Z","updated_at":"2026-01-18T06:07:58.172Z","avatar_url":"https://github.com/cyclone-github.png","language":"Go","readme":"[![Readme Card](https://github-readme-stats-fast.vercel.app/api/pin/?username=cyclone-github\u0026repo=container_truncator\u0026theme=gruvbox)](https://github.com/cyclone-github/container_truncator/)\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/cyclone-github/container_truncator)](https://goreportcard.com/report/github.com/cyclone-github/container_truncator)\n[![GitHub issues](https://img.shields.io/github/issues/cyclone-github/container_truncator.svg)](https://github.com/cyclone-github/container_truncator/issues)\n[![License](https://img.shields.io/github/license/cyclone-github/container_truncator.svg)](LICENSE)\n[![GitHub release](https://img.shields.io/github/release/cyclone-github/container_truncator.svg)](https://github.com/cyclone-github/container_truncator/releases)\n[![Go Reference](https://pkg.go.dev/badge/github.com/cyclone-github/container_truncator.svg)](https://pkg.go.dev/github.com/cyclone-github/container_truncator)\n\n### Cyclone's Container Truncator\n- Tool to truncate BestCrypt / Truecrypt / Veracrypt container files\n- Tested on debian linux \u0026 Windows 11\n- Run tool in directory where BestCrypt *.jbc, Truecrypt *.tc or Veracrypt *.vc container file is located\n- Once file is selected from menu, tool will truncate container and save a new file to \"truncate_filename\"\n- \"truncate_filename\" can now be ran with hashcat using the appropriate mode (for tc/vc containers)\n  - example: ./container_truncator.bin\n  - 1 ) truecrypt.tc\n  - outputs new file \"truncate_truecrypt.tc\"\n  - hashcat -m 6211 -a 0 truncate_truecrypt.tc cyclone_hk_v2.txt -r cyclone_250.rule\n- Tool will not overwrite any existing files\n\n### Install latest release:\n```\ngo install github.com/cyclone-github/container_truncator@latest\n```\n### Install from latest source code (bleeding edge):\n```\ngo install github.com/cyclone-github/container_truncator@main\n```\n\n### Compile from source:\n- If you want the latest features, compiling from source is the best option since the release version may run several revisions behind the source code.\n- This assumes you have Go and Git installed\n  - `git clone https://github.com/cyclone-github/container_truncator.git`  # clone repo\n  - `cd container_truncator`                                               # enter project directory\n  - `go mod init container_truncator`                                      # initialize Go module (skips if go.mod exists)\n  - `go mod tidy`                                              # download dependencies\n  - `go build -ldflags=\"-s -w\" .`                              # compile binary in current directory\n  - `go install -ldflags=\"-s -w\" .`                            # compile binary and install to $GOPATH\n- Compile from source code how-to:\n  - https://github.com/cyclone-github/scripts/blob/main/intro_to_go.txt","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyclone-github%2Fcontainer_truncator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyclone-github%2Fcontainer_truncator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyclone-github%2Fcontainer_truncator/lists"}