Jarrad-AFCU
‎07-13-2021
New Contributor

Joined: June 2020

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

So I'm currently using this to unlock the network preference pane #!/bin/sh security authorizationdb write system.preferences allow security authorizationdb write system.preferences.network allow security authorizationdb write system.services.systemc...
Would anyone know how I would encrypt a password for use as a parameter in a script so I can pass that password to the script securely and then have the script decrypt the password so it could be used? I'm running a script that will prompt a Filevaul...