[Tutorial] Password protect crypt
Well its stupid if u make program for selling etc. Some fucking stupid noob crack it..
What i mean..
If password is mpgh don't write it like that
Code:
If password = "mpgh" Then
Same code can writed little harder, like that
Code:
converted = Chr(97) + Chr(115) + Chr(115) + Chr(105) + Chr(107)
If StrReverse(mpgh) = converted Then
Example
After that, you can't see password on sourcecode.
I make this but this is very normal..At internet u can find +100 tutorial for that..
But if you are very good cracker (use hex-editors etc) You can crack this shit.

omfg
No, that doesn't make it any harder to crack.
To a dugger it would still look the same.
OMG...newbie which will wanna crack hack will also get the ASCII tabel or what is that...and just loook into and they got hack...
gotcha
Just encrypt your password with md5.. There's no way back from md5..