Skip to content

Releases: voodooEntity/go-tachicrypt

Beta 0.5.0

Choose a tag to compare

@voodooEntity voodooEntity released this 30 Dec 14:09

What's Changed

Full Changelog: 0.4.0...0.5.0

Beta 0.4.0

Choose a tag to compare

@voodooEntity voodooEntity released this 31 Oct 21:57
  • Important: This is a breaking release. Due to the adding of a padding in front of the first part to mitigate possible cleartext attacks on the zip header, the format is incompatible to encrypted files created with previous versions.
  • Adding a random length padding in front of the zip data to mitigate the issue of possible known cleartext attack on said zip header ( #5 )

What's Changed

Full Changelog: 0.3.0...0.4.0

Alpha 0.3.0

Choose a tag to compare

@voodooEntity voodooEntity released this 20 Oct 09:47
  • Important: This is a breaking release. Due to the changed format of the parts from base64 to []bytes there will be compatibility issues with older version.
  • Completely removing base64 as transport format and working with []byte directly between zip and AES GCM. ( #3 )
  • Adjusting cli output to remove any traces of base64 information ( #3 )
  • Adjusting cli output configuration part to name the given args "path" instead of "directory" since it can either be a file or a directory
  • Some code/comment cleanup
  • Restructuring and adjusting README.md to changes

What's Changed

Full Changelog: 0.2.0...0.3.0

Alpha 0.2.0

Choose a tag to compare

@voodooEntity voodooEntity released this 19 Oct 08:29
  • Small update of README.md
  • Adding prettywriter package for cleaner cli output
  • Massive overhaul of cli output
  • Some code/comment cleanup
  • Some error handling improvements

Full Changelog: 0.1.0...0.2.0

Alpha 0.1.0

Choose a tag to compare

@voodooEntity voodooEntity released this 18 Oct 03:26
  • Adding CHANGELOG.md
  • Adjusting the password input method to golang.org/x/term for non visible password input
  • Adjust .gitignore
  • Some output cleanup

Full Changelog: 0.0.1...0.1.0

Alpha 0.0.1

Choose a tag to compare

@voodooEntity voodooEntity released this 12 Oct 13:36
2745959

First Alpha release of tachicrypt