I have two sites.
The first site requires users to log in. An authentication token then will be passed to the second site when the users nagivate from the first to the second. So the users can't just grab the url of the second sites and login to it.
What is the best encryption/ authentication algorithm that I can use for the this authentication purpose?