openimsdk / open-im-sdk-web-wasm

JS SDK for OpenIM Web use by Webassembly of go
https://openim.io
Apache License 2.0
36 stars 50 forks source link

How to make the local storage be plain text message, and send to the server be encrypted message? Currently, sendMessage is called to send messages. #130

Closed igl0324 closed 3 weeks ago

igl0324 commented 2 months ago

What would you like to share?

怎么使本地存储的是明文消息,发送给服务端的是加密消息?目前是调用sendMessage发送消息的。

Additional information

No response

Bloomingg commented 2 months ago

The open source version does not currently support message encryption, so you can research it yourself.