Hi, folks,
I'm given to understand that, when encrypting a file, it can be useful
to specify a format for the encrypted file which includes headers and
checksums, etc., as well as the encrypted data itself. This allows the
tool decrypting the file to verify, for example, that the password used
for decryption is the same as that used to encrypt the file.
This also, unfortunately, means that two different tools may not
encrypt/decrypt the same file, encrypted with the same algorithm and
password, the same way.
I've seen two examples for such file formats on the web:
http://fp.gladman.plus.com/cryptogra...y/fileencrypt/ http://64.233.183.104/search?q=cache...n&ct=clnk&cd=2
But I was wondering: is there a standard format? Or even a, "Most
commonly used," format?
Thanks,
..ed