crypto module
Crypto module does not have any properties
Function | Description | Return value |
---|---|---|
crypto.crc32() | Compute the checksum for CRC32 (Cyclic Redundancy Check) | number |
crypto.generate() | Generate a cryptographically random Buffer | Buffer |
crypto.hash() | Generate hash digest using various algorithms | Buffer |
Object | Description |
---|---|
Cipher | Object represntation of a Cipher with encryption/decryption capabilities |