Search found 6 matches

by ioscrypt
Wed May 24, 2017 4:21 pm
Forum: AES Crypt
Topic: Decrypt files without AEScrypt?!?
Replies: 10
Views: 14893

Re: Decrypt files without AEScrypt?!?

Thanks a bunch! To check, i first search the Linux code for some "potential" other decryption key (which could only be in sha256.c or aes.c) and prove to myself, that this is clean ... currently doing this, will take some time as my C knowledge is rosted :-D Then i can make tests with comp...
by ioscrypt
Tue May 23, 2017 7:06 pm
Forum: AES Crypt
Topic: Decrypt files without AEScrypt?!?
Replies: 10
Views: 14893

Re: Decrypt files without AEScrypt?!?

I think, i did not clearly state my concern and my situation. I know AEScrypt soley from iOS. And only the iOS version is my concern. Originally, i did even think that there is ONLY the iOS version of this software! Also, i did not realy understand that the iOS version is from "some" perso...
by ioscrypt
Fri May 19, 2017 9:25 pm
Forum: AES Crypt
Topic: Decrypt files without AEScrypt?!?
Replies: 10
Views: 14893

Re: Decrypt files without AEScrypt?!?

Now. What to say. When i can encrypt and decrypt on different platforms with different tools, i have more freedom and more security. Also, i can see that things are compatible and, when the size of the files is close enough, i can be sure that neither software added some own keys to be able to decry...
by ioscrypt
Tue Apr 25, 2017 7:18 pm
Forum: AES Crypt
Topic: Decrypt files without AEScrypt?!?
Replies: 10
Views: 14893

Re: Decrypt files without AEScrypt?!?

OK. Thank you very much! For the effort, for the work and for the support ;-) I compared openssl with aes-256-cbc and AEScrypt on a 512 Byte file full of zeroes. -rw-r--r-- 1 root root 512 Apr 25 20:44 512zeroes -rw-r--r-- 1 root root 544 Apr 25 20:45 512zeroes_openssl.aes -rw-r--r-- 1 root root 805...
by ioscrypt
Sat Apr 22, 2017 9:58 pm
Forum: AES Crypt
Topic: Decrypt files without AEScrypt?!?
Replies: 10
Views: 14893

Re: Decrypt files without AEScrypt?!?

Thanks for your fast reply. But, to be honest, this makes it a bit difficult to use the app ;-) I mean, there is no guarantee that AESCrypt will always exist or may be installable on whatever platform i use in 10 or 20 years. Still, i surely would like to decrypt any file ... I mean, it is AES - the...
by ioscrypt
Sat Apr 22, 2017 7:04 pm
Forum: AES Crypt
Topic: Decrypt files without AEScrypt?!?
Replies: 10
Views: 14893

Decrypt files without AEScrypt?!?

Hello,
I just bought the full version of AEScrypt and the first thing I tested, was to decrypt a file that I encrypted with AEScrypt.

The normal way to this, is OpenSSL.

In short, this does not work:

bad magic number

This is very bad ;-)

What can I do?