Search found 22 matches

by johnmcloud
Fri May 20, 2016 6:59 pm
Forum: AES Crypt
Topic: Crypt the file itself
Replies: 4
Views: 6794

Re: Crypt the file itself

I'm not sure about the temp folder. For what i have read all the operation are in memory and at the end they just replace the original content of the file with the encrypted one. No file delete, no possibily to recover the original file except for shadow copies, if are enabled. I can understand you ...
by johnmcloud
Fri May 20, 2016 2:56 pm
Forum: AES Crypt
Topic: Crypt the file itself
Replies: 4
Views: 6794

Re: Crypt the file itself

I know all the possible risk. Why is not possible? All the ransom ware (ok wrong example but is the first come in mind) don't leave a copy of the original or delete the original* but crypt the original itself and AES is one of the algorithm used by them. *for this reason using recovery software is a...
by johnmcloud
Thu May 19, 2016 5:52 pm
Forum: AES Crypt
Topic: Crypt the file itself
Replies: 4
Views: 6794

Crypt the file itself

Hi, I just like to know if is possible, using Windows command line, to crypt directly the original file instead of create a new crypted file. Yes i know all the possible behavior of this choice for this reason i'm asking for the command line, maybe using pipe? Dunno. If actually is not possible, tak...
by johnmcloud
Sun Mar 10, 2013 6:57 am
Forum: AES Crypt
Topic: Did you know?
Replies: 8
Views: 8783

Re: Did you know?

Noone like bugs, anyway this is minor bug because the problem is only with 0 lenght, maybe only with that txt ANSI coding (UTF-Unicode etc working fine ) I'm glad to help if i can, so i'll test the new 309 command line when you release it and let you know if i have the same problem ( i have clean XP...
by johnmcloud
Sat Mar 09, 2013 4:26 pm
Forum: AES Crypt
Topic: Did you know?
Replies: 8
Views: 8783

Re: Did you know?

Sure, anyway i have download it again Console (Windows 32-bit) Version 308a_win32_console This is the output: C:\Documents and Settings\USERNAME>"C:\Documents and Settings\USERNAME\Desktop\aescrypt.exe" -d -p 1 "C:\Documents and Settings\USERNAME\Desktop\EmptyFile.txt.aes" Error:...
by johnmcloud
Fri Mar 08, 2013 6:12 pm
Forum: AES Crypt
Topic: Did you know?
Replies: 8
Views: 8783

Re: Did you know?

You can decrypt that empty file? Really strange.
If you want i can make other test, i don't have idea what is the problem, i have try on another pc with the same s.o and i have the same error
by johnmcloud
Fri Mar 08, 2013 8:10 am
Forum: AES Crypt
Topic: Did you know?
Replies: 8
Views: 8783

Re: Did you know?

I don't have any issues decrypting a zero-length file on Windows, using either the GUI or the command-line. I also do not have this problem on Linux, either. (This is actually a test I perform every time I introduce a change in the encryption or decryption logic.) I have this issue, my s.o is Windo...
by johnmcloud
Thu Mar 07, 2013 7:25 am
Forum: AES Crypt
Topic: Did you know?
Replies: 8
Views: 8783

Did you know?

Hi Paul, did you know: (Windows version) - You can crypt an empty txt (ANSI encoding) but you can't decrypt it ( Input file is corrupt ) Why the software can crypt it but can't decrypt it? - If i want to decrypt "picture.jpg.aes" and in the same folder i have another picture.jpg ( maybe it...
by johnmcloud
Thu Jan 24, 2013 7:32 pm
Forum: AES Crypt
Topic: AES Crypt for Linux - Key File Support
Replies: 19
Views: 26770

Re: AES Crypt for Linux - Key File Support

Thanks Paul, you're always very helpful ;)
I'm waiting for the key file feature for the Windows command line, when you have some time, there is no hurry :D
by johnmcloud
Wed Jan 16, 2013 2:09 am
Forum: AES Crypt
Topic: AES Crypt for Linux - Key File Support
Replies: 19
Views: 26770

Re: AES Crypt for Linux - Key File Support

Thanks Paul, i know you do the most of the work on the software.
I have a little curiosity...it's possible to crypt-encrypt a partition on-the-fly instead of a file ( like truecrypt ) or is impossible based on the code development?