[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.
|