Skip to content

Update logCollection-encStrings.sh - #23

Open
mvught wants to merge 1 commit into
kc9wwh:masterfrom
mvught:patch-1
Open

Update logCollection-encStrings.sh#23
mvught wants to merge 1 commit into
kc9wwh:masterfrom
mvught:patch-1

Conversation

@mvught

@mvught mvught commented Sep 4, 2023

Copy link
Copy Markdown

Old: jamfProPass=$( echo "$6" | /usr/bin/openssl enc -aes256 -d -a -A -S "$8" -k "$9" )
New: jamfProPass=$( echo "$6" | /usr/bin/openssl enc -aes256 -md md5 -d -a -A -S "$8" -k "$9" )

Old: jamfProPass=$( echo "$6" | /usr/bin/openssl enc -aes256 -d -a -A -S "$8" -k "$9" )
New: jamfProPass=$( echo "$6" | /usr/bin/openssl enc -aes256 -md md5 -d -a -A -S "$8" -k "$9" )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant