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