I wanted to port this/sectroyer's smartcrypto handshake to javascript/node.js.
The issue im facing is, when i use secrtoyers impelmentation, no matter if the php or python, i cant use the session id & key with samtvcli, even when the pairing says successful.
While im facing this issue, i have no trouble while using samtvcli pair, which leads me to wonder if you implemented/fixed anything.
Any idea?, samtvcli output (pairing with sectroyers php/c implemtnation):
What drives me crazy is, that i worked with my javascript port (which uses basicly secryoers c impelmentation/binary, gist) but it suddenly stopped working.
Removed all paired devices from TV, it works every time with samtvcli, but not with the other implementations.
I have a question about the "samtvcli" where this package is used. Did you modify the handshake somehow, or is this a pure 1:1 port from https://github.com/sectroyer/SmartCrypto ?
I wanted to port this/sectroyer's smartcrypto handshake to javascript/node.js.
The issue im facing is, when i use secrtoyers impelmentation, no matter if the php or python, i cant use the session id & key with samtvcli, even when the pairing says successful.
While im facing this issue, i have no trouble while using
samtvcli pair
, which leads me to wonder if you implemented/fixed anything.Any idea?, samtvcli output (pairing with sectroyers php/c implemtnation):
What drives me crazy is, that i worked with my javascript port (which uses basicly secryoers c impelmentation/binary, gist) but it suddenly stopped working.
Removed all paired devices from TV, it works every time with samtvcli, but not with the other implementations.
Thanks for any hint/reply.