Arunima Varma
Arunima Varma

Reputation: 1

How to open a encrypted Url in python?

I consider my URL as a string and encrypt it, the problem is that after i encrypt it, so that it is safe from any man in the middle attack, i want to open the url using a python function to open that encrypted Url, but all commands in python to open the Url requires the url to be in plain string format.

what can be done?

kindly suggest

Upvotes: 0

Views: 500

Answers (0)

Related Questions