Script Request - Password Encryption
Posted: 29 Jul 2010 13:34
Recent changes and an old wish may now meet each other in terms of a simple password encryption.
The idea is to hide values contained in a right click on a CTB so only after processing a script based on "replacelist" such passwords will be valid and ready to use anywhere else.
So:
1) One CTB has the "encrypted passwords" - a list that will be read by the proposed script.
2) Another CTB/UDC/catalog item disguised in another place will contain the script that will translate those "random" values into the correct ones and prompt user on which one he'll want to use at a moment, then make it available to clipboard via copytext.
3) One can have the statusbar hidden (also discussed here) for security reasons or included a simple code like
to quickly display a neutral status instead of this "well protected" thus far password/value.
Thanks!
The idea is to hide values contained in a right click on a CTB so only after processing a script based on "replacelist" such passwords will be valid and ready to use anywhere else.
So:
1) One CTB has the "encrypted passwords" - a list that will be read by the proposed script.
2) Another CTB/UDC/catalog item disguised in another place will contain the script that will translate those "random" values into the correct ones and prompt user on which one he'll want to use at a moment, then make it available to clipboard via copytext.
3) One can have the statusbar hidden (also discussed here) for security reasons or included a simple code like
Code: Select all
focus "PI"; focus "PI"Thanks!