Diese Anwendung bietet einen API-Endpunkt, um Passwörter direkt über die Kommandozeile abzurufen. Der Endpunkt gibt das Passwort im Plain-Text-Format zurück.
http://localhost:8080/api/password
echo $(curl -s http://localhost:8080/api/password)
Invoke-RestMethod -Uri http://localhost:8080/api/password
curl http://localhost:8080/api/password