# Jenkins

## Jenkins Credentials Decryptor

if you have the Jenkins configuration files, which contain credentials.xml, config.xml, master.key, and hudson.util.secret. then you can decrypt the password from that using this <https://github.com/hoto/jenkins-credentials-decryptor>

{% code overflow="wrap" %}

```python
./jenkins-credentials-decryptor -c ./jenkins_configuration/jobs/build/config.xml -m ./jenkins_configuration/secrets/master.key -s ./jenkins_configuration/secrets/hudson.util.Secret
```

{% endcode %}

<figure><img src="https://3420091786-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fy1ZUO45eHY8aMCLJ7OiN%2Fuploads%2FIh3Bmwbq7ESX60RK5pvF%2Fimage.png?alt=media&#x26;token=9f503753-2b49-43a0-bb34-0402593fd4f0" alt=""><figcaption></figcaption></figure>
