| Recommend this page to a friend! |
| All class groups | > | All authors | > | Packages of Daniele Cruciani (3) | > | Mission progress status | > | Reputation |
|
||||||||||||||||||||||||||||||
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
| ||||
| This class can encrypt and decrypt data with AES 128. It can take a given data string and a key and encrypts it using the AES standard 128 bits. The encrypted data is returned encoded using base64. The class can also do the opposite, i.e. decrypt data previous encrypted with AES 128 and encoded with base64 using the same key. |
| ||||
| This class can send multiple HTTP parallel requests with the Curl extension. It can queue one or more HTTP requests to be send to given URLs and register an object that implements a request sender interface to handle the responses. The class calls the registered handler object when the response of queued request is returned. The handler receives a response object that can be called to retrieve the response status, response headers and body data. |
| ||||
| This class can rotate log files that exceed a given size limit. It can write messages to log files in a given directory. The class can also scan the directory where the log files are stored and rename the files that exceed a given limit, so the next log messages are written to new files. |
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |