Module: crypto

Module supporting crypto operations.

Version:
  • $$Id$$
Author:
  • Hokeun Kim
Source:

Methods

(static) hash()

Calculate hash value using a secure hash function.

Source:

(static) randomBytes()

Return a random byte array.

Source:

(static) symmetricDecrypt()

Return a symmetric decrypted bytes.

Source:

(static) symmetricEncrypt()

Return a symmetric encrypted bytes.

Source: