--- In [email protected], "schifo911" <[EMAIL PROTECTED]> wrote: > > Hey guys, > > Some of my PowerPro scripts include algorithms that calculate and > display company passwords. I would not like to have that calculation > revealed in plain text in my PowerPro script. >
I think we need more details to provide a solution to your requirements. Where do these scripts run? On your machine only? A server? On each person's machine? If the last, why do they have to run there (instead of (say) sending the password, eg, in some kind of email message, possibly encrypted if your company supports that, after it is generalted on your machine? If the script has to run on each person's machine, do you have the capabilty to write a small plugin to hide some part of the script in compiled code? Taking a different perspective, I am not an expert on security, but my understanding is that it is better to be public about such algorithms but be sure they include some kind of key or keys that can be kept secret somehow. Is this another approach, possibly using the cryto plugin at some point?
