AcidCorps Posted June 13, 2007 Posted June 13, 2007 Any ideas on how I could do this but allow it to be read by my script?
/dev/null Posted June 13, 2007 Posted June 13, 2007 Any ideas on how I could do this but allow it to be read by my script?what is it you want to protect? The problem: You can encrypt the whole INI file, or just some keys. Yet, you still need the encryption key in cleartext in your script. So, anyone who can read the script code has access to the encryption key and can then decrypt the INI file. So, again: what is it you want to protect? Maybe there are other ways... __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
Xenobiologist Posted June 13, 2007 Posted June 13, 2007 Hi, have a look at _StringEncrypt. Maybe this gets you started. So long, Mega Scripts & functions Organize Includes Let Scite organize the include files Yahtzee The game "Yahtzee" (Kniffel, DiceLion) LoginWrapper Secure scripts by adding a query (authentication) _RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...) Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc. MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times
AcidCorps Posted June 13, 2007 Author Posted June 13, 2007 There will be download links from my private server that I don't want people to be able to view
Xenobiologist Posted June 13, 2007 Posted June 13, 2007 There will be download links from my private server that I don't want people to be able to viewHI,try to use _StringEncrypt and after all obfuscate your code. Should be enough security in most cases.So long,Mega Scripts & functions Organize Includes Let Scite organize the include files Yahtzee The game "Yahtzee" (Kniffel, DiceLion) LoginWrapper Secure scripts by adding a query (authentication) _RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...) Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc. MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times
AcidCorps Posted June 13, 2007 Author Posted June 13, 2007 (edited) Thanks for the help th.meger I'll look into it Edit: Typo Edited June 13, 2007 by AcidCorps
Emiel Wieldraaijer Posted June 27, 2007 Posted June 27, 2007 that will not be a 100% solution to your problem programs like IEInspector HTTP Analyzer and Wireshark are still able to check the URL and every proxy server can log the url Emiel Best regards,Emiel Wieldraaijer
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now