Hi,
Currently i am facing issue regarding Jenkins SVN Credentials Storage in Encrypted.
While creating job through Rest Api, I want to store Svn Credentails [Without providing SVN credentails from screen manually]
Jenkins by default store credentials in encypted format (SVN repo and password).
I want to know about which utility, algorithm jenkins using for doing this encyption.
for e.g.
<hudson.scm.PerJobCredentialStore plugin="subve...@1.54">
<credentials class="hashtable">
<entry>
<string><svn://xxxxxxxxxx0> f52d5b69-1732-4ea8-8a6a-7b68c74e80b2</string>
<hudson.scm.SubversionSCM_-DescriptorImpl_-PasswordCredential>
<userName>xxxxxxxx</userName>
<password>g+SRwKJ2iaFjRUEm8/bM5GrQzw8Q7r3hQqXq2++qNEs=</password>
</hudson.scm.SubversionSCM_-DescriptorImpl_-PasswordCredential>
</entry>
</credentials>
</hudson.scm.PerJobCredentialStore>
Any help in this topic is appreciated.