Skip to content

0.0.6-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@hoto hoto released this 14 May 15:57
· 23 commits to master since this release
3a0e4ab

Changelog

37cb990 Add test resources for jenkins 1.625.1
5a383bd Correct go path in readme
3099f7f Decrypt all base64 strings
63718f7 Decrypt legacy credentials (before v1)
bc7a9c5 Determine if string is base64 encoded by trying to decode it
3a0e4ab Merge pull request #1 from hoto/decode-credentials-without-brackets
dcc9aae Move printing credentials to main()
3d71379 Move test resources to jenkins_2.141
048e9a2 Refactoring credentials.go
7d6fa3b Refactoring credentials.go, part 2
b0d90f8 Refactoring credentials.go, part 3
22f5e15 Refactoring credentials.go, part 4
b511af8 Remove ::::MAGIC:::: from the legacy decrypted credentials
78bd1b1 Rename couple of variables in tests
8737dfc Return replaced string
09fb0be Test decrypting credentials, break it down a bit