[SOLVED] License now required to decrypt files?

Discussion related to AES Crypt, the file encryption software for Windows, Mac, and Linux.
Post Reply
Winfried
Posts: 7
Joined: Wed Mar 01, 2023 1:47 pm

[SOLVED] License now required to decrypt files?

Post 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
User avatar
paulej
Posts: 627
Joined: Sun Aug 23, 2009 7:32 pm
Location: Research Triangle Park, NC, USA
Contact:

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

Post 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
Winfried
Posts: 7
Joined: Wed Mar 01, 2023 1:47 pm

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

Post 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.
Post Reply