Search found 7 matches

by Winfried
Tue May 06, 2025 7:21 pm
Forum: AES Crypt
Topic: [SOLVED] License now required to decrypt files?
Replies: 2
Views: 23232

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

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.
by Winfried
Mon May 05, 2025 7:35 pm
Forum: AES Crypt
Topic: [SOLVED] License now required to decrypt files?
Replies: 2
Views: 23232

[SOLVED] License now required to decrypt files?

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 ...
by Winfried
Thu Sep 14, 2023 7:08 am
Forum: AES Crypt
Topic: AESCRYPT DO NOT OPEN
Replies: 4
Views: 49599

Re: AESCRYPT DO NOT OPEN

I had an idea while waking up this morning :-) See if it was because I was still using an old, 32-bit version of Total Commander.

Turns out that's what it was: Trying the latest, 64-bit release works fine.

Thank you.
by Winfried
Wed Sep 13, 2023 10:52 pm
Forum: AES Crypt
Topic: AESCRYPT DO NOT OPEN
Replies: 4
Views: 49599

Re: AESCRYPT DO NOT OPEN

Hello,

On a new Windows10 computer, I installed AES Crypt using AESCrypt_v310_x64.zip. I got no error, so I guess it's OK.

But when right-clicking on a file > X64 > AES Crypt, nothing happens. Likewise, when right-clicking on an .AES file > X64 > AES Decrypt, nothing happens.

Rebooting didn't ...
by Winfried
Wed Sep 06, 2023 10:57 am
Forum: AES Crypt
Topic: AutoIT Script for Windows Users
Replies: 0
Views: 40313

AutoIT Script for Windows Users

For Windows users, here's an Autoit script that 1) prompts the user for the password and the AES-encrypted file, and 2) decrypts it, opens the default text editor, and pastes the output therein:

;Edit the following line to match the notepad.exe on your computer:
;WinWait("[TITLE:Untitled ...
by Winfried
Wed Mar 01, 2023 2:55 pm
Forum: AES Crypt
Topic: [suggestion] Add "View only" option to Windows' GUI
Replies: 3
Views: 16003

Re: [suggestion] Add "View only" option to Windows' GUI

I looked at KeePass before giving up because the passwords I have were previously in a free-flow text file, and too much work to turn contents into neat columns ready to be imported into KeePass. In that case, AES Crypt/Decrypt + TXT file is a good alternative.
by Winfried
Wed Mar 01, 2023 1:57 pm
Forum: AES Crypt
Topic: [suggestion] Add "View only" option to Windows' GUI
Replies: 3
Views: 16003

[suggestion] Add "View only" option to Windows' GUI

Hello,

I often need to simply copy data from a text file into the clipboard, with no need to edit the original file.

In that case, 1) right-clicking on the .aes file, 2) decrypting it, 3) opening the file with a relevant application, 4) copying the data into the clipboard, 5) pasting it elsewhere ...