RobertP Posted March 19, 2012 Share Posted March 19, 2012 http://www.phpasks.com/articles/phpencodeanddecodefunction.html i found this, and i am wondering if this is the best way to go for encrypting and sending data via sockets? Quote Link to comment https://forums.phpfreaks.com/topic/259228-encode-decode/ Share on other sites More sharing options...
requinix Posted March 19, 2012 Share Posted March 19, 2012 I wouldn't use it. Main reason is there's no explanation of the algorithm and, since I'm without a degree or significant expertise in cryptography, there's no way for me to know if it's secure. If you need encryption then go with actual encryption. But are you sure you have to implement the encryption yourself? Where are the endpoints of this socket? Could you use SSL? Quote Link to comment https://forums.phpfreaks.com/topic/259228-encode-decode/#findComment-1328903 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.