javascript: how to apply block cipher to byte stream
I am writing browser javascript that has a pre-shared key with nonce, and creates a binary websocket connection. How can I apply block encryption-authentication such as AES-GCM to the messages?
Is it possible to tell the browser to skip th… Continue reading javascript: how to apply block cipher to byte stream