Releases: 70sh1/eddy
Releases · 70sh1/eddy
v1.2.0 Release
v1.1.3 Release
v1.1.2 Release
v1.1.1 Release
v1.1.0 Release
Key points
- Files are now verified before decryption instead of after. This should provide better security by not outputting unverified data.
This also means that if the file authentication fails, the program will stop executing before it starts the decryption process, resulting in earlier feedback to the user, e.g. in case of an incorrect password. - A constant time compare function is now used for MAC tag verification (file authentication).
- Output files are now written to the folder where the input files are located instead of the current working directory, unless the output flag is provided (bugfix).
core
is now a separate package.
Full changelog
v1.0.5 Release
v1.0.4 Release
v1.0.3 Release
Changelog
v1.0.2 Release
v1.0.1 Release
Bump version to fix pkg.go.dev