Extend PGP format?

Werner Koch wk at gnupg.org
Mon Sep 20 15:42:47 CEST 1999


Yoshioka Tsuneo <yoshioka at xaxon.co.jp> writes:

>  I want to make software that can seek encrypted file. 

The PGP format is not inded for such purposes.  There are some
approaches on how to implement cryptograhic filesystems, you may want
to look at them.

> 1. use ECB mode to encode. 

Don't do this!

> 2. separate Symmetrically Encrypted Data Packet to several small
> packets. File format will be under image.
> 
> Encrypted Session Key for user1
> Encrypted Session Key for user2
> .....
> Symmetric-Key Encrypted Session Key Packet part1
> Symmetric-Key Encrypted Session Key Packet part2
> Symmetric-Key Encrypted Session Key Packet part3
> Symmetric-Key Encrypted Session Key Packet part4

This should work, but it is not compatible to the OpenPGP format.


-- 
Werner Koch at guug.de           www.gnupg.org           keyid 621CC013



More information about the Gnupg-devel mailing list