Search found 4 matches

by JaPol
Tue Sep 26, 2017 5:11 am
Forum: AES Crypt
Topic: Decrypt in memory?
Replies: 7
Views: 6865

Re: Decrypt in memory?

Yes a binary file look like that but it NEVER stop. If I'll set an output, in 1 second aescrypt will decrypt it. If I'll set the standard output of CMD, the same file, after 10 minute is still there. Try out and you'll see, there is something wrong. I'll repeat, with a .txt work fine, with another t...
by JaPol
Mon Sep 25, 2017 7:46 am
Forum: AES Crypt
Topic: Decrypt in memory?
Replies: 7
Views: 6865

Re: Decrypt in memory?

From the guide: What if you want to decrypt a file, but just want to have it displayed on the screen and not stored in a plaintext file? That's possible. To do that, just use this syntax: aescrypt -d -o -passwords.txt.aes If i'll try to the the same with a another type of file, like a little jpeg, t...
by JaPol
Sun Sep 24, 2017 11:43 am
Forum: AES Crypt
Topic: Decrypt in memory?
Replies: 7
Views: 6865

Re: Decrypt in memory?

I'm not agree. I'm not a programmer but this function can be really useful. Decrypt a file without create a "real file" remove the problem of delete the output file, with safe delete or not and on SSD safe delete is not really safe. Example: https://www.codeproject.com/Articles/796587/Usin...
by JaPol
Sat Sep 23, 2017 6:29 pm
Forum: AES Crypt
Topic: Decrypt in memory?
Replies: 7
Views: 6865

Decrypt in memory?

Hello, First thanks for the software, I'm using the windows command line, is very useful. I'd like to know if is possible to decrypt the file in "memory" without save it like a real file and pass it to the default software for open it. Example I have hello.jpg.aes, when I'm decrypt it I do...