[PHP] Secure transfer between servers

2001-11-04 Thread Adam . Whitehead
Hi All- I'm designing a Portal environment for a very large number of organisations and it necessitates having a central server where users initially login and have access to a few functions. For the more complex functions where it is necessary to redirect them to another server, local to them,

RE: [PHP] Secure transfer between servers

2001-11-04 Thread James
] Secure transfer between servers Hi All- I'm designing a Portal environment for a very large number of organisations and it necessitates having a central server where users initially login and have access to a few functions. For the more complex functions where it is necessary to redirect them

RE: [PHP] Secure transfer between servers

2001-11-04 Thread Martin Towell
or, instead of MD5 (depending on how secure you want it) you could use base64_(en|de)code -Original Message- From: James [mailto:[EMAIL PROTECTED]] Sent: Monday, November 05, 2001 12:46 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [PHP] Secure transfer between servers

RE: [PHP] Secure transfer between servers

2001-11-04 Thread speedboy
For the more complex functions where it is necessary to redirect them to another server, local to them, I have a problem. If these machines are on a LAN together I would suggest you use database sessions. I.e. a table with records containing active sessions. -- PHP General Mailing List

[PHP] Secure transfer

2001-10-31 Thread Morten Winkler Jørgensen
Hi php'ers I'm about to build a site that allows payment with credit card. Of cause the card number, expiration date etc. should be secured when transfered. How do I do that? I've been looking at the OpenSSL functions in php, but they seem to be unsatisfying. Kind regards,