Skip to content

v2.2.0

Latest
Compare
Choose a tag to compare
@aixoio aixoio released this 30 Jan 02:52
· 6 commits to master since this release

BREAKING CHANGES

AES-CBC now has HMAC any old data encrypted with just AES-CBC will not work in the new version.
xChaCha20Poly1503: BUG FIX: Before the nonce was not random meaning your key could have been found or your data, because of this all data encrypted with this in the old version is not secure and will not work in the new version.

Download the version for your operating system

Compiling

You will need Go installed and should have Fyne installed, then just run

go run .

inside the folder

MacOS Users "Apple macOS says my app is damaged when it is downloaded"

Open Terminal and Run

sudo xattr -r -d com.apple.quarantine [PATH TO AIXOIO PRIVACY TOOLS]

Replace [PATH TO AIXOIO PRIVACY TOOLS] with the location of the app or by dragging and dropping it in to Terminal after you delete [PATH TO AIXOIO PRIVACY TOOLS] from the command.

Changelog

Bug fix xChaCha20Poly1503
Add HMAC to AES-CBC
Add Twofish
Add Serpent
Add Combo ciphers

Full Changelog: v2.1.0...v2.2.0