When you encrypt your databases, you will often end up needing the keystore password to perform certain operations. For instance, cloning an encrypted PDB will require the keystore password:
CREATE PLUGGABLE DATABASE ... KEYSTORE IDENTIFIED BY S3cr3t;