AgoraIO / API-Examples

Play with AgoraSDK and have fun! Everything you need to start learning Agora.
294 stars 217 forks source link

Change way of using salt #374

Closed zshbleaker closed 5 months ago

zshbleaker commented 6 months ago

SDK 要求 salt 为 length 为 32 的 byte array,目前文档里推荐用户使用 openssl 生成

之前 Demo 里直接使用 UTF-8 String 的方式会导致用户根据文档使用时,只替换字符串无法正常加解密