Vice City Multiplayer

VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: Robd on February 24, 2011, 02:25:33 am

Title: [Pawn]Decrypt
Post by: Robd on February 24, 2011, 02:25:33 am
just wondering if anyone can make a decrypt for gups. I looked at the function and I'm just draving a
Title: Re: [Pawn]Decrypt
Post by: [AoD]NC on February 24, 2011, 02:36:56 am
Decrypt like for password? If yes, is there something encrypted?
Title: Re: [Pawn]Decrypt
Post by: Robd on February 26, 2011, 01:26:26 am
I want to encrypt some of the logs on my server so that I can keep them secure.
I want to be able to run a script (with the server) have it open up the INI and then decrypt it so I can read it
Title: Re: [Pawn]Decrypt
Post by: jansi on February 26, 2011, 04:47:51 am
Secure from what? If someone can access files on your server maybe consider moving to another host/strengthen the security of the server itself!?

I think it is much easier not to keep sensitive data in log files than trying to get mirc encrypt them.
Of course you can try implementing (most likely all by yourself) some simple [and easy-to-break] algorithm in mirc scripting OR find another application or mirc plugin that does all the encryption.
Title: Re: [Pawn]Decrypt
Post by: Robd on February 26, 2011, 06:47:05 am
I do my hosting via a friend of mine and some lines keep coming up missing, i want them to be encrypted so they cant be seen. I think i will try that though.