rdp文件签名创建如何工作?

时间:2015-08-29 15:34:22

标签: cryptography digital-signature remote-desktop rdp

如何创建rdp文件签名(我的意思是rdpsign.exe内部算法)? 涉及哪种加密技术?

rdpsign.exe为rdp文件添加了两个新值:“signscope:s:”和“signature:s:”。 signcope可能是一组安全设置,被认为值得添加到签名的数据blob中。 签名值是base64编码的。 我可以成功解码它,但不能识别生成的二进制数据。

有关rdpsign.exe命令的说明,请参阅https://technet.microsoft.com/en-us/library/cc753982(v=ws.10).aspx

我没有在网上找到任何规格。

1 个答案:

答案 0 :(得分:2)

以下是答案(rdpsign.exe逆向工程):

https://github.com/nfedera/rdpsign