chocolatey / choco-quickstart-scripts

C4B Quick-Start Guide - Supporting Scripts
Apache License 2.0
17 stars 9 forks source link

Move Jenkins password cryptographic operations to helper function #216

Closed steviecoaster closed 8 months ago

steviecoaster commented 11 months ago

Checklist

Is Your Feature Request Related To A Problem? Please describe.

There is an edge case where the password written into the README is different from what was written into the initial Jenkins password file.

Describe The Solution. Why is it needed?

We need helper functions to clean up the code to allow for both encrypting data into the necessary files, and decrypting data to be written to files where initial plaintext data is required, such as the desktop README file we create.

Additional Context

No response

Related Issues

No response