Re: Secure data transfer between servers
From: C-Pro (c-pro-29a*removethis*@mail.ru)Date: 03/07/02
- Next message: Genesis Flaw: "Re: Warning: Gibson's GENESIS is broken as published"
- Previous message: C-Pro: "Re: Secure data transfer between servers"
- In reply to: Michael: "Secure data transfer between servers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: C-Pro <c-pro-29a*removethis*@mail.ru> Date: Thu, 07 Mar 2002 23:29:55 +1000
Encoding all traffic is not nesesary. You can give a cookie, containing
a unique ID of the connection (for example hash of ip and user-agent),
encrypted with strong symmetric algorythm (AES, GHOST, may be even
good-old DES), to each user, entering your site. And suppliers site
needs to decrypt the cookie, check user's ip, user-agent and if the
cookie is expired.
P.S.:I have not ever implemented this, and it was the first thing to
came to my mind, so NO GUARANTIES :)
Michael wrote:
> Can anyone help me?
>
> I am looking to find a secure alternative to the HTTP_REFERRER field in the
> header.
>
> I have customers that login to my website, and then when they click on a
> link to a supplier(there are a number of supplier options), they are
> redirected to the supplier's website along with some information like
> customer IDs etc. The supplier then needs to authenticate the fact that the
> customer has come through my website?
>
> Using the HTTP referrer is not secure, as it can easily be spoofed,
> therefore I need an alternative.
>
> I have been told that the only way to guarantee the authenticity of the
> request at the supplier end is to use private/public key encryption? Before
> the data is sent from my site it is encrypted using it's private key, and
> the supplier decrypts it at the other end using the public key, therefore
> authenticating the fact it came throughout my site.
>
> Does anyone know how you would implement this, or are there any other
> alternatives?
>
> I am running IIS 4 on NT 4. And I have no control over what platform the
> suppliers are using?
>
> Please help me
>
>
> Michael
>
>
>
>
>
- Next message: Genesis Flaw: "Re: Warning: Gibson's GENESIS is broken as published"
- Previous message: C-Pro: "Re: Secure data transfer between servers"
- In reply to: Michael: "Secure data transfer between servers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|