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? 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? Link to comment https://forums.phpfreaks.com/topic/259228-encode-decode/#findComment-1328903 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.