Forum Discussion
EntilZha
Jun 18, 2021Iron Contributor
Securing Credentials for Script Distribution
I been building a tool that’s built on PowerShell along with a GUI interface created using Visual Studios, then I convert entire script to an exe using PS2EXE. Been using the tool for personal use on...
farismalaeb
Jun 19, 2021Steel Contributor
HI,
Even though I am not a security expert and don't know how secure is it, but what I think is whenever things are in a clear text, then yes, it's vulnerable.
memory dump can get it if its going through the network, then MITM can get it.
Even though I am not a security expert and don't know how secure is it, but what I think is whenever things are in a clear text, then yes, it's vulnerable.
memory dump can get it if its going through the network, then MITM can get it.
- EntilZhaJun 24, 2021Iron ContributorActually I went to an asymmetric encryption to manage all application and credentials
Thank You,
-Larry- farismalaebJun 27, 2021Steel ContributorYes, I guess you have done good practice.