Decrypt the file at args1 using the password at args2.
The decrypted content is saved to a new file with _dec suffix.
The original file remains unchanged.
The decryption uses SecureCompressor from secure_compressor package.
The output file is named ORIGINAL_NAME_dec.txt in the current directory.
Encrypt the file at args1 using the password at args2.
The encrypted content is saved to a new file with _enc suffix.
The original file remains unchanged.
The encryption uses SecureCompressor from secure_compressor package.
The output file is named ORIGINAL_NAME_enc.txt in the current directory.