2015-08-20 11:27:15 -04:00
|
|
|
"""
|
|
|
|
Classes and functions for dealing with Crypt Streams.
|
|
|
|
|
|
|
|
Crypt Streams are encrypted blobs and metadata tying those blobs together. At least some of the
|
|
|
|
metadata is generally stored in a Stream Descriptor File, for example containing a public key
|
|
|
|
used to bind blobs to the stream and a symmetric key used to encrypt the blobs. The list of blobs
|
|
|
|
may or may not be present.
|
2016-12-13 17:16:12 -06:00
|
|
|
"""
|