decrypt(cipher) source cipher - Cipher generated by encrypt function const crypto = require('functility').crypto const cipher = crypt.encrypt('toasterOven@!#_'); crypto.decrypt(cipher); /* * Returns: toasterOven@!#_ */