Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Update Save method to handle base64 encoded secrets
The Save method in the SecretHandler struct is updated to handle base64 encoded secrets. If the decodeBase64EncodedSecret flag is set to true, the secret is decoded from base64 and then saved to the specified file. This allows for more flexibility in handling secrets that are stored in base64 format.
- Loading branch information