Extracted from Pike v7.6 release 112 at 2008-06-25.
pike.ida.liu.se
[Top]
Crypto
Crypto.Buffer

Method Crypto.Buffer()->crypt()


Method crypt

string crypt(string data)

Description

Encrypt some data.

Adds data to be encrypted to the buffer. If there's enough data to en/decrypt a block, that will be done, and the result returned. Any uncrypted data will be left in the buffer.