Three parts should be extracted from decrypt_single:
- Initialization
- Decryption
- Clean-up
decrypt_single should use those parts.
After that, cli.py should be made to call these three parts rather than decrypt_single.
The latter should be kept for convenience, though.
Three parts should be extracted from
decrypt_single:decrypt_singleshould use those parts.After that,
cli.pyshould be made to call these three parts rather thandecrypt_single.The latter should be kept for convenience, though.