I wanted to decrypt a file encrypted with AES (on Windows11)… and it says: "A valid license is required to use AES Crypt. You may obtain a license by visiting https://www.aescrypt.com/."
Does it mean a license is now needed even to decrypt files, or the files are off-limit?
Thank you.
--
Edit: A solution is to simply boot Linux off a USB thumbdrive, install the package, and decrypt the files.
Code: Select all
apt install aescrypt_cli-4.2.6-Linux-x86_64.deb
aescrypt -d myfile.txt.aes