Utility objects provide helper services that do not belong to collections, file format I/O, dialogs, GUI controls, or communication interfaces.
| Constructor | Page | Description |
|---|---|---|
| `crypto()` | crypto | Encryption and decryption helper. |
| `timer(callback)` | timer | Periodic callback timer. |
Use `crypto` when a script needs to encrypt or decrypt data or files.
Use `timer` when a script needs repeated callback execution after a time interval.
Previous: image_stream
Next: crypto