Page 1 of 1

[SOLVED] License now required to decrypt files?

Posted: Mon May 05, 2025 7:35 pm
by Winfried
Hello,

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

Re: [SOLVED] License now required to decrypt files?

Posted: Tue May 06, 2025 6:21 pm
by paulej
Presently, a license is required to use AES Crypt beyond the 30-day trial period, regardless of whether one is encrypting or decrypting files.

However, if anyone ever encounters a situation where they've encrypted some data but just aren't interested in continuing use of the software and want to decrypt, Terrapane Support can issue a temporary license so you can decrypt files.

Paul

Re: [SOLVED] License now required to decrypt files?

Posted: Tue May 06, 2025 7:21 pm
by Winfried
Business-wise, it'd be easier to let users decrypt their files even past the thiry-day trial period, and only check for a license when they decide to encrypt new files.