Search found 556 matches
- Thu Mar 04, 2021 6:39 am
- Forum: AES Crypt
- Topic: Overwrite existing file - AES Crypt Error
- Replies: 1
- Views: 5499
Re: Overwrite existing file - AES Crypt Error
Not on Windows, no. The Mac and Linux versions rely on the users to not make a mistake and will write over old files. The Windows version assumes the user might have made a mistake and refuses to overwrite existing files. (The command-line version might, but I cannot recall off-hand. It should also ...
- Tue Mar 02, 2021 3:00 am
- Forum: AES Crypt
- Topic: Installation AES Crypt services
- Replies: 1
- Views: 1095
Re: Installation AES Crypt services
I don't fully understand the request. Can you elaborate?
- Sun Jan 31, 2021 11:02 am
- Forum: AES Crypt
- Topic: Incorrect decrypted content
- Replies: 3
- Views: 2954
Re: Incorrect decrypted content
That should definitely not happen. If the wrong password is entered, AES Crypt should fail to decrypt. There is, indeed, a CRC-type feature in AES Crypt. Specifically, it's an HMAC-SHA-256. If the wrong password was given, the HMAC check should fail right at the start of the file, even before the ba...
- Sat Jan 16, 2021 5:30 am
- Forum: AES Crypt
- Topic: Apple Encryption
- Replies: 1
- Views: 1646
Re: Apple T2 chip Encryption
If there are no mechanisms to get the key, it's not going to be possible to decrypt the data. But since the OS is apparently able to speak to the chip to encrypt, there must be a way you can, too. Sounds like some entertaining hacking. This isn't something strictly related to AES Crypt, but I'm none...
- Fri Dec 11, 2020 3:38 am
- Forum: AES Crypt
- Topic: Right click encrypt-decrypt for Mac
- Replies: 5
- Views: 14006
Re: Right click encrypt-decrypt for Mac
Oh, sorry... I didn't pay enough attention 

- Mon Dec 07, 2020 11:59 pm
- Forum: AES Crypt
- Topic: Right click encrypt-decrypt for Mac
- Replies: 5
- Views: 14006
Re: Right click encrypt-decrypt for Mac
Did you install @justafan's extension?
- Mon Dec 07, 2020 11:56 pm
- Forum: AES Crypt
- Topic: Implementation for golang
- Replies: 3
- Views: 2608
Re: Implementation for golang
Unfortunately, I do not. Creating a corpus of those is on my to-do list, but I have not created them, yet. I have a laundry list of such things to do, which means it's not likely to happen soon. Maybe I can find some time during the holiday break, if you're really interested.
- Fri Nov 27, 2020 12:45 am
- Forum: AES Crypt
- Topic: Implementation for golang
- Replies: 3
- Views: 2608
Re: Implementation for golang
Nice addition! I have no tested it, but I trust it works. I added a link to your code here in a new Go section (as one did not exist before): https://www.aescrypt.com/download/ You're welcome to use the name AES Crypt in relation to your open source project that works with AES Crypt. A link back to ...
- Tue Aug 25, 2020 6:40 pm
- Forum: Announcements
- Topic: Google Sucks. Here's Why.
- Replies: 0
- Views: 14842
Google Sucks. Here's Why.
Having tens of thousands of visitors to Packetizer every month, we attract a number of people who just want to create problems for us. We have had issues where "hackers" would create lots of fake accounts that we'd have to delete. Those bogus registrations would send emails to people who a...
- Wed Jul 29, 2020 2:56 pm
- Forum: AES Crypt
- Topic: aescrypt-gui update to use keyfiles
- Replies: 1
- Views: 18718
Re: aescrypt-gui update to use keyfiles
That's in my long list of to-do items. But my plan in the end would be to collapse they key file concept into aescrypt so that separate key generation is not necessary. But, it won't be addressed soon. There are pros and cons with the approach, the biggest con being that the keyfile sits in the clea...