How to hide powershell script module code
encryption, module, powershell
Solution
A while back I created a tool for wrapping a script in an exe. See if that helps.
Problem
I have created a powershell module, and some proprietary reason I don't want other users can see\change the code. Is it possible? How about encrypting like we encrypt password using secure.string? Is any one done before... Thanks..