Skip to main content
Uses the portal’s encryption key to attempt to decrypt an arbitrary cipher text. If decryption fails, the original text is returned. Arguments:
ArgumentRequiredDescription
cipherYesThe cipher text to decrypt
Example:
php artisan curator:decrypt "encrypted-cipher-text-here"