const hash = scrypto
        .createHash(CRYPTO.DEFAULTS.HASH_ALG)
        .update(`${pass}${salt}`)
        .digest('hex')