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 | |
---|---|---|---|---|
Problem with aes128Encrypt result and the cipher method! | 3 | 41 | July 30, 2025 | |
End to end encryption | 1 | 563 | November 19, 2020 | |
Nakama js client has problems with decoding data | 11 | 746 | April 21, 2022 | |
Is the expected behaviour of AES encryption to generate a random cipher each time? | 3 | 745 | August 9, 2021 | |
[SOLVED] Cannot read property 'encode' of undefined | 6 | 2682 | March 24, 2021 |