Page 1 of 1
AES Crypt 4.1 Released
Posted: Mon Nov 25, 2024 7:35 pm
by paulej
Last week, AES Crypt 4.1 was released for all supported platforms. This is a point released that addresses a number of non-critical bugs and improvements addressed since the release of the major 4.0 release at the end of August.
For those who might have missed it during the middle of the minor incremental release cycle, we also re-introduced support for Mac Intel-based platforms. That support was initially dropped with the major 4.0 release as we (incorrectly) assumed most people had migrated to the newer M-series processors. Now, both M-series (Apple Silicon / Arm) and Intel processors are supported. We will continue to support both until demand diminishes substantially.
Cheers!
Paul
Re: AES Crypt 4.1 Released
Posted: Wed Nov 27, 2024 2:22 pm
by jarek11
Hello, I am using the Mac version. After downloading the new version, I cannot decrypt on version 3.0
Re: AES Crypt 4.1 Released
Posted: Thu Nov 28, 2024 6:04 am
by paulej
AES Crypt is fully backward compatible, but perhaps there's a bug. I've not received any reported issues.
Does your password use any characters other than ASCII? Do you have a file you can share with me? I can at least check that the file appears to be properly formed.
If you're familiar with the command line, can you try to decrypt using the command line version with logging enabled? For example:
Code: Select all
aescrypt -l -e -p password file.aes
Replace "password" with your actual password.
The logging output will hint at where the issue is.
Also, you might want to send email to support for help, so not everything is posted in the public.
Edit: Maybe I misunderstood your question. Are you saying that version 3 cannot decrypt files from version 4? If so, that's correct. The new AES Crypt 4 uses an updated, more secure stream format that cannot be read by the old software.
Re: AES Crypt 4.1 Released
Posted: Thu Nov 28, 2024 7:58 am
by jarek11
That's right. A file encoded on version 4 I cannot decode on version 3.
How to deal with decoding it on iphone?
There is only one version on ios on which this also does not work
Re: AES Crypt 4.1 Released
Posted: Thu Nov 28, 2024 2:04 pm
by paulej
There's no solution for that. I am hopeful the author of the iPhone code will update their software. If not, this might be something we consider doing next year. It just depends on the level of support and interest.
While the mobile devices are nice to have, they're not used nearly as much as the desktop software.
Re: AES Crypt 4.1 Released
Posted: Fri Nov 29, 2024 7:48 am
by jarek11
Thank you. Where can I download version 3 for mac?
Re: AES Crypt 4.1 Released
Posted: Fri Nov 29, 2024 6:31 pm
by paulej
The legacy software is no longer published.