mucli is a versatile command-line tool offering various functionalities, including file encryption/decryption, secure password storage, and more. It provides a user-friendly interface to perform different tasks efficiently.
To use mucli, follow these steps:
mucli supports several commands and options to cater to your needs. Here are the available commands:
Command to set a security password to access sensitive information.
mucli password --flag
-i, --init
: Set a password for the first time.-c, --change
: Change the existing password.-r, --reset
(future release): Reset the password.```bash
mucli password -i [optional new_password]
mucli password --change [optional current_password] ```
Command to encrypt a specified file and place the output file in the specified directory.
mucli encrypt [options] [file_path] [output_dir]
-u, --ukey
: Update encryption key or update the encryption key of a file to the latest version.-c, --cdir
: Place the output file in the current directory.-s, --sfile
: Select the target file as the output file.```bash
mucli encrypt -c /path/to/source_file
mucli encrypt -u /path/to/source_file
mucli encrypt -u
mucli encrypt -s /path/to/source_file ```
Command to decrypt a specified file and place the output file in the specified directory.
mucli decrypt [options] [file_path] [output_dir]
-c, --cdir
: Place the output file in the current directory.-s, --sfile
: Select the target file as the output file.```bash
mucli decrypt -c /path/to/source_file
mucli decrypt -s /path/to/source_file ```
We welcome your feedback and contributions to improve mucli. If you encounter any issues or have suggestions for new features, please feel free to open an issue on our GitHub repository.
Happy command-line multitasking with mucli!