base64 --decode
(Redirected from Base64 -d)
Jump to navigation
Jump to search
/usr/bin/base64
echo "yourbase64token" | base64 --decode
kubectl get secret mykubedashboard-kubernetes-dashboard-token-8wfsh -o jsonpath="{.data.token}" | base64 --decode; echo
kubectl get secret --namespace default grafana -o jsonpath="{.data.admin-password}" | base64 --decode; echo
kubectl -n default get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d
echo "$MYGOOGLE_SA_KEY" | base64 --decode > mykey.json && gcloud auth activate-service-account --key-file mykey.json
base64 inputfile.txt >> output.txt
Related[edit]
See also[edit]
Advertising: