[PHP] AES client side

2006-07-31 Thread Andrew Senyshyn

Hi all,

I need to implement AES decryption algorythm on client side (in browser).
I tried javascript but it is too slow.
Does anybody have others ideas how to decrypt data transfered by from 
server to client in browser?


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] php behind firewall

2006-08-04 Thread Andrew Senyshyn

Hi all,

I need to get local user IP, but server with apache and php is in 
another subnetwork.

So from server environment I can get only router's IP.
The only solution that I see - is getting with some magic algorithm 
local IP from brouser and sending it to server.
My application is for intranet, so I don't see any reason to make users 
authorization.

Any ideas for this?
thanks beforehand

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php