AESCrypt icon indicating copy to clipboard operation
AESCrypt copied to clipboard

File Encryption software for multiple platforms

Results 4 AESCrypt issues
Sort by recently updated
recently updated
newest added

Somewhere between releases 3.0.6b and 3.14 aescrypt compiled from the Linux source downloaded from https://www.aescrypt.com/download/v3/linux/aescrypt-3.14.tgz stopped honoring LDFLAGS. This small patch fixes the problem: ``` --- Makefile 2018-10-21 00:27:35.000000000 +0000...

Hi @paulej . Long time aescrypt user here. In fact, at some point it became a critical part of my life and it's one of the first thing I have...

Hi! Yesterday a programmer pointed out a corner case in [pyAesCrypt](https://pypi.org/project/pyAesCrypt/) usage: [https://github.com/marcobellaccini/pyAesCrypt/pull/5](https://github.com/marcobellaccini/pyAesCrypt/pull/5) He was wondering whether specifying same input and output file is legit. I don't think that's a...

How to encrypt a file, if the number of its size is not An integer multiple of 16?