Releases: voodooEntity/go-tachicrypt
Releases · voodooEntity/go-tachicrypt
Release list
Beta 0.5.0
What's Changed
- issue-7 by @voodooEntity in #8
- issue-7 by @voodooEntity in #9
- issue-7 by @voodooEntity in #10
- fixing test badges by @voodooEntity in #11
- Fix badges by @voodooEntity in #12
- get to 100% unit test coverage by @voodooEntity in #13
Full Changelog: 0.4.0...0.5.0
Beta 0.4.0
- 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
- issue-5 by @voodooEntity in #6
Full Changelog: 0.3.0...0.4.0
Alpha 0.3.0
- 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
- issue-3 by @voodooEntity in #4
Full Changelog: 0.2.0...0.3.0
Alpha 0.2.0
- 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
- 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