File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ import (
1111)
1212
1313// version
14- var version = "v1.0.0 , 2026-01-16\n https://github.com/cyclone-github/container_truncator"
14+ var version = "v1.0.1 , 2026-01-16\n https://github.com/cyclone-github/container_truncator"
1515
1616func versionFunc () {
1717 fmt .Fprintln (os .Stderr , version )
1818}
1919
2020func welcome () {
2121 fmt .Println (" ----------------------------------- " )
22- fmt .Println ("| Cyclone's Container Truncator |" )
22+ fmt .Println ("| Cyclone's Container Truncater |" )
2323 fmt .Println ("| Bestcrypt / Truecrypt / Veracrypt |" )
2424 fmt .Println (" ----------------------------------- " )
2525 fmt .Println (version )
@@ -101,7 +101,7 @@ func truncate() {
101101 // determine header size based on container type
102102 var headerSize int64 = 512 // default for .tc / .vc
103103 if strings .HasSuffix (strings .ToLower (inputFile ), ".jbc" ) {
104- headerSize = 1536 // default for BestCrypt v8/9
104+ headerSize = 4096 // BestCrypt v8/9
105105 }
106106
107107 // copy header bytes from input file to output file
You can’t perform that action at this time.
0 commit comments