Вопрос How to encrypt network traffic?

Начинающий
Статус
Оффлайн
Регистрация
8 Авг 2020
Сообщения
8
Реакции[?]
1
Поинты[?]
0
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!
 
Начинающий
Статус
Оффлайн
Регистрация
8 Авг 2020
Сообщения
8
Реакции[?]
1
Поинты[?]
0
[QUOTE = "0x3730, post: 1811295, member: 90189"]
I do not quite understand you, write it down in tg, I will try to help you - @notaverify
[/ QUOTE]
well let me show an example.
1. encrypt the message
2. send the message
3. get response
4. decrypt response
5. close socket
6. save decrypted response to a string
7. get details from the response
8. check login information
 
Начинающий
Статус
Оффлайн
Регистрация
8 Авг 2020
Сообщения
8
Реакции[?]
1
Поинты[?]
0
Сверху Снизу