Skip to content

Instantly share code, notes, and snippets.

@moenk
Created March 10, 2021 09:53
Show Gist options
  • Save moenk/6bb8cc7b5eadf0be34ea75a1b398085f to your computer and use it in GitHub Desktop.
Save moenk/6bb8cc7b5eadf0be34ea75a1b398085f to your computer and use it in GitHub Desktop.
UiPath secure password to plain string
str_password = new System.Net.NetworkCredential("", sec_password).Password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment