node.js - Simple TCP client/server example with aes256 encryption yields decrypt error & quirk
问题 Ahoy there! My first posting, be gentle! Windows 7 SrvPck 1, node v0.12.3, npm 2.9.1, aes256 cipher This is throwing me... it's also throwing a very basic error when I retrieve sample data from a client using TCP. My test configuration is on Windows 7 SrvPck 1 with node v0.12.3 and npm 2.9.1. My client/server are on the same Windows machine with port 5000 as the server. This inquiry is based on this posting which I found very informative - I'm new to node.js and crypto! Unfortunately I've