ZEVS.CryptStream: Functions Types Source  

Crypting Streams.

A Stream Wrapper providing simple crypt mechanisms.

Functions Summary

StreamSetCrypt Enables or disables crypting.
StreamSetKey Sets the crypt's key.

Types Summary

TCryptStreamFactory The Factory for crypted streams.

Functions

Function StreamSetCrypt(stream:TStream, bool% = True)
DescriptionEnables or disables crypting.
InformationPlain saved data is readable for everyone and must be read as plain data (StreamSetCrypt ..., False).

Function StreamSetKey(stream:TStream, key$)
DescriptionSets the crypt's key.

Types

Type TCryptStreamFactory Extends TStreamFactory
DescriptionThe Factory for crypted streams.
InformationA crypted stream has the protocol crypt:key. This Type is Private.