jenkins-decrypt icon indicating copy to clipboard operation
jenkins-decrypt copied to clipboard

Fix decrypt for old passwords using python 3

Open thesubtlety opened this issue 5 years ago • 0 comments

Was running into a few issues decrypting creds from older Jenkins versions..

  • change magic regex types to binary
  • specify encoding for credentials
  • change pattern regex to original
  • fix old/new decrypt logic since payload_version was buggy
  • add username and description to output

thesubtlety avatar Apr 30 '19 06:04 thesubtlety