What is the syntax to change the password file of an encrypted file?
1) chmod 600 password.txt
2) chown root:root password.txt
3) openssl enc -d -aes256 -in encrypted_file.txt -out decrypted_file.txt
4) mv password.txt new_password.txt