Hello, I’m developing a web game using nakama-js. I’m looking to add a feature that requests account information from the server through the client (browser). The server encrypts the account information using AES-128 with the key received from the client and responds back. I’ve implemented this part, but I’m having trouble decrypting the ciphertext received from the server on the client side. After checking the server-side code, it seems like the encryption is done with AES-128-CFB, but I’m struggling to decode it using JavaScript. Is there a way to decrypt the ciphertext received from the web?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Nakama js client has problems with decoding data | 11 | 726 | April 21, 2022 | |
End to end encryption | 1 | 540 | November 19, 2020 | |
How to use ssl connection with Javascript SDK? | 1 | 408 | September 26, 2021 | |
Recommand way is HTTP but is it safe? | 2 | 450 | July 11, 2023 | |
Issue with C++ client on Android | 1 | 356 | January 5, 2023 |