Search found 14 matches

by s.sec
Tue Mar 11, 2014 10:31 pm
Forum: AES Crypt
Topic: New product using aescrypt (s3express)
Replies: 3
Views: 5381

Re: New product using aescrypt (s3express)

Hi, thanks! S3Express is written in C++ (runs on Windows only), so yes we could integrate the aescrypt code in S3Express code directly, without the need to call aescrypt.exe externally... however we decided against it for the time being because: a) We want users to trust the encryption functionality...
by s.sec
Tue Mar 11, 2014 4:49 am
Forum: AES Crypt
Topic: New product using aescrypt (s3express)
Replies: 3
Views: 5381

New product using aescrypt (s3express)

Hi, I do not know if this is the right place to announce a new product that uses aescrypt.exe.... We have just released a new product that uses aescrypt (optionally). The new product is called s3express ( http://www.s3express.com ) : it's an Amazon S3 command line utility for Windows and it optional...
by s.sec
Tue Mar 11, 2014 4:42 am
Forum: AES Crypt
Topic: Error Encrypting Files When The Name Or Path Contains Spaces
Replies: 5
Views: 6996

Re: Error Encrypting Files When The Name Or Path Contains Sp

It works fine on Windows, just tested a path and a name with spaces.
by s.sec
Sat Feb 08, 2014 2:48 am
Forum: AES Crypt
Topic: Encrypting publicly known content = weakness or not?
Replies: 9
Views: 14667

Re: Encrypting publicly known content = weakness or not?

Where can I read more about CBC and the use of a session key in aescrypt? Do you have any books to recommend? thanks!
by s.sec
Sat Feb 08, 2014 2:42 am
Forum: AES Crypt
Topic: Encrypting file names?
Replies: 5
Views: 13360

Encrypting file names?

Hi, I wonder if you have ever considered encrypting file names using the same password and algo that is used to encrypt the file content. Would that be feasible?
A file file.txt could become ae88a00ffcccdaae88a00ffcccda.aes and the file name would be decrypted together with the file content?
thanks!
by s.sec
Wed Feb 05, 2014 1:02 am
Forum: AES Crypt
Topic: Encrypting publicly known content = weakness or not?
Replies: 9
Views: 14667

Re: Encrypting publicly known content = weakness or not?

BTW, if someone currently knows how to break a certain encryption that is publicly used, they would not tell you, would they ?? :D But the secret would probably become known in the longer term.
by s.sec
Tue Feb 04, 2014 8:51 am
Forum: AES Crypt
Topic: Encrypting publicly known content = weakness or not?
Replies: 9
Views: 14667

Encrypting publicly known content = weakness or not?

Suppose I am encrypting many files... for just one of these files the file content is publicly known... for example, among other files, I encrypt a file called test.txt, with only contains the text "1234567890" and the "attacker" knows the content of this specific file: does know...
by s.sec
Wed Jan 29, 2014 12:28 am
Forum: AES Crypt
Topic: Signing Windows aescrypt.exe
Replies: 3
Views: 5037

Re: Signing Windows aescrypt.exe

Hi, on many servers there's the restriction to only run signed software.... signing is probably not perfect but at least you know where the software is coming from, it's better than nothing I think :)
by s.sec
Wed Jan 29, 2014 12:25 am
Forum: AES Crypt
Topic: Aescrypt Licensing
Replies: 1
Views: 3995

Aescrypt Licensing

Hi, I can't seem to find the licensing terms for the Windows Aescrypt, that is the software itself and source code... we are thinking of maybe distributing the Windows command line Aescrypt with our commercial software (closed source), is that allowed? Or they could download from your website... Can...