Search found 593 matches

by paulej
Sat Jul 30, 2011 5:14 am
Forum: AES Crypt
Topic: Self decoding archive
Replies: 1
Views: 4329

Re: Self decoding archive

We don't have that feature in AES Crypt. It would be useful, but not something we plan to implement. Of course, if there are folks interested to contribute this to the open source project, we would welcome it.
by paulej
Thu Jul 28, 2011 2:31 pm
Forum: AES Crypt
Topic: AES Crypt Error message: Message has been altered and shou
Replies: 11
Views: 33500

Re: AES Crypt Error message: Message has been altered and sh

There isn't by default. If you modify the source code, of course it's doable. The program is written intentionally to delete the files since they are not supposed to be trusted.
by paulej
Wed Jul 27, 2011 2:13 am
Forum: AES Crypt
Topic: AES Crypt Error message: Message has been altered and shou
Replies: 11
Views: 33500

Re: AES Crypt Error message: Message has been altered and sh

This error message means that the file has been corrupted. AES Crypt not only encrypts the file, but it also produces something called a "Message Authentication Code" (MAC) and appends that to the end of the file. If the MAC does not validate correctly, then AES Crypt assumes the file has ...
by paulej
Wed Jul 27, 2011 1:52 am
Forum: AES Crypt
Topic: Execution times on an ARM9 (DM368)
Replies: 8
Views: 9936

Re: Execution times on an ARM9 (DM368)

I created a file with exactly 4000000 bytes and then I encrypted it. Here are the results on my Linux machine (Intel 32-bit): $ time aescrypt -e -p test testfile real 0m0.312s user 0m0.242s sys 0m0.028s So, that is considerably faster than 8s. I'm not sure why it's taking so long on the ARM processo...
by paulej
Tue Jul 12, 2011 6:08 pm
Forum: AES Crypt
Topic: Program removal
Replies: 2
Views: 4679

Re: Program removal

If you installed the Windows executable, the you should uninstall it from the Windows Control Panel under "Programs". In the list of installed programs, you will find "AES Crypt". Simply select that and uninstall it.
by paulej
Mon Jul 11, 2011 7:51 pm
Forum: AES Crypt
Topic: AESCrypt.dll in vb.net
Replies: 5
Views: 7818

Re: AESCrypt.dll in vb.net

It's called "AESCrypt.dll" and it's in the directory where AES Crypt gets installed. You can get the entire source code and change it as necessary to make it useful in your environment. Just download the source from www.aescrypt.com.
by paulej
Fri Jun 24, 2011 5:01 pm
Forum: AES Crypt
Topic: 128 or 256 bit Encryption
Replies: 1
Views: 4285

Re: 128 or 256 bit Encryption

AES Crypt uses 256-bit encryption presently.
by paulej
Mon May 16, 2011 8:43 pm
Forum: H.323 (Packet-Switched Multimedia Systems)
Topic: H323 RAS
Replies: 3
Views: 18856

Re: H323 RAS

Usually, H.323 endpoints are provisioned with the address of a Gatekeeper. Usually, it's provisioned as the IP address, not a domain name. However, it is possible to provision an endpoint with a domain name. As an example, if you create an account at h323.net and download the Spranto soft client, yo...
by paulej
Thu May 12, 2011 4:03 pm
Forum: H.323 (Packet-Switched Multimedia Systems)
Topic: H.323 vs. SIP
Replies: 10
Views: 37036

Re: H.323 vs. SIP

On the topic of H.323 vs SIP...after reviewing the site I have a couple of questions. I will be presenting benfits for video conferencing through SIP as well as how our company would benefit by migration from H.323 to SIP. It seems that after reading Packetizers "H.323 vs. SIP" article th...
by paulej
Wed May 11, 2011 3:46 pm
Forum: H.323 (Packet-Switched Multimedia Systems)
Topic: H323 RAS
Replies: 3
Views: 18856

Re: H323 RAS

By default, H.323 uses port 1718 (multicast) and 1719 (unicast) for RAS traffic. However, those are just the recommended default values. If two communicating devices agree, they could use different addresses. H.323 Annex O describes how to use DNS with H.323 systems. So, if an endpoint or Gatekeeper...