-
Автор темы
- #1
Well. I need some help to get me in the right direction. I'm new to c ++ and making loaders so take that in counts.
So in a string, I store the URL to the PHP script on my site, the password the user entered, the username the user entered, and the users hwid(This might be regarded, but as I said, I'm new to this stuff ;3). If you would have this info (Which you can get by looking at the loader strings after logging in) You can access the PHP script. In the PHP script important information is stored (database password, dll link, etc)
So what I want to do is to encrypt this information on the client and have the server decrypt the information. This way it would be way harder getting the needed info to access the PHP script. Sadly my knowledge is stopping me and I can't seem to understand how this would be done? I've tried googling but I simply don't really get what to do. Any help is appreciated!
So in a string, I store the URL to the PHP script on my site, the password the user entered, the username the user entered, and the users hwid(This might be regarded, but as I said, I'm new to this stuff ;3). If you would have this info (Which you can get by looking at the loader strings after logging in) You can access the PHP script. In the PHP script important information is stored (database password, dll link, etc)
So what I want to do is to encrypt this information on the client and have the server decrypt the information. This way it would be way harder getting the needed info to access the PHP script. Sadly my knowledge is stopping me and I can't seem to understand how this would be done? I've tried googling but I simply don't really get what to do. Any help is appreciated!