End to end encryption

End to end encryption (like whatsapp) is possible with chat in nakama.
using aes(advanced encryption standard).

@surajchopra Nakama is an authoritative game server. We don’t encrypt messages or do any end to end encryption to mask the content and protect it from being viewable server-side.

Why would you need end to end encryption of chat messages in a mobile game?