What do you need exaclty? Do you wanna encrypt the datas, that will be transfered to the client Or do you wanna encrypt the source code, that will be displayed on the client? For reason 1 you can use SSL connection to encrypt the transfered datas. For reason 2: forget it. The Browser needs to know the source code, so he can display it :) Except you use JS to tell the browser the correct HTML code :) But as you said JS is slow, so not possible as far as i know :) on Monday 31 July 2006 13:59, Andrew Senyshyn wrote: > 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