cryptus.decrypt(key, encrypted, (err, plain) => {
  if (err) throw err;
  console.log(plain);
  clearTimeout(timeout);
});