Decrypt File (AES-256)
Decrypt a file produced by Encrypt File or by the matching openssl command.
Decrypts OpenSSL-format AES-256-CBC files (Salted__ header + salt + ciphertext).
If the passphrase is wrong, you will get a "could not decrypt" error rather than corrupted output.