Adobe RTMFP 使用什么加密技术?
我在网上找到的唯一信息是RTMFP使用128位密码。有谁知道具体使用什么加密技术?
the only information i found online is that RTMFP uses 128-bit cypher. Does anyone know what exact encryption technology is used?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据 OpenRTMFP,它使用 AES,请参阅
https://github.com/OpenRTMFP/Cumulus/blob/master /CumulusLib/sources/RTMFP.cpp
和 https://github.com/OpenRTMFP/Cumulus/blob/ master/CumulusLib/sources/AESEngine.cpp
according to OpenRTMFP, it uses AES, see
https://github.com/OpenRTMFP/Cumulus/blob/master/CumulusLib/sources/RTMFP.cpp
and https://github.com/OpenRTMFP/Cumulus/blob/master/CumulusLib/sources/AESEngine.cpp