0

静的コンテンツを含む URL があります。HTTPS で同じ URL を複数回ヒットすると、同じまたは異なる暗号化された URL パターンを取得しますか? 暗号化された URL を分析するツールを提案してください。

when we use https.........for example to send login credentials(https://example.com?username=aaaa&password=aaaa123). HTTPS encrypts the data using SSL certificate. So the url will be encrypted string. I am giving two requests with the same url(https://example.com?username=aaaa&password=aaaa123). On every request the url will be encrypted. Will the encrypted url of the first request be same as the encrypted url of the second request? Is the SSL certificate going to be different everytime btween client and server?

ありがとう、イクバル

4

0 に答える 0