Created
March 10, 2021 09:53
-
-
Save moenk/6bb8cc7b5eadf0be34ea75a1b398085f to your computer and use it in GitHub Desktop.
UiPath secure password to plain string
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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