Search found 3 matches

by sheng
Thu May 07, 2015 6:44 pm
Forum: AES Crypt
Topic: Can AES Crypt support video streaming?
Replies: 4
Views: 10612

Re: Can AES Crypt support video streaming?

More test case have been run and it looks like the option "-o" works great to specify the name of the output file.

This is a really great AES crypt tool. Will looking for the right way to integrate it into our solution. Thanks a lot Paul.
by sheng
Thu May 07, 2015 3:05 pm
Forum: AES Crypt
Topic: Can AES Crypt support video streaming?
Replies: 4
Views: 10612

Re: Can AES Crypt support video streaming?

Thanks Paul. Any idea where I can modify in your source code to support the following requests: 1: keep the same file name after encrypting. For example take move.ts as input file name and keep the move.ts as the encrypted file name instead of move.ts.aes. 2: keep the same file name after decrypting...
by sheng
Tue May 05, 2015 8:58 pm
Forum: AES Crypt
Topic: Can AES Crypt support video streaming?
Replies: 4
Views: 10612

Can AES Crypt support video streaming?

Working on a project and try to encrypt video ts stream with AES :roll: . Can AESCrypt support not only file based but streams?