crypto module
Core framework Console Desktop
The crypto module provides tools for encryption and decryption
| Functions | Description | Return value |
|---|---|---|
| crypto.crc32() | Compute the checksum for CRC32 (Cyclic Redundancy Check) | number |
| crypto.generate() | Generate a cryptographically random Buffer | |
| crypto.hash() | Generate hash digest using various algorithms |
| Object | Description |
|---|---|
| Cipher | Object represntation of a Cipher with encryption/decryption capabilities |