Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate and fix encryption in sample app #334

Closed
ikurek opened this issue Feb 17, 2022 · 0 comments · Fixed by #337
Closed

Investigate and fix encryption in sample app #334

ikurek opened this issue Feb 17, 2022 · 0 comments · Fixed by #337
Labels
bug Something isn't working. It's clear that this does need to be fixed.

Comments

@ikurek
Copy link
Contributor

ikurek commented Feb 17, 2022

When investigating #207 with @ikbalkaya we've noticed that encrypted messages don't work in the sample application. When an encrypted message is sent it appears decrypted in the sample app:

!https://user-images.githubusercontent.com/9201746/154529765-4736cbef-1f08-4c16-9be6-6285f59e1952.png!

I've followed the hint in the sample application that states:

You can confirm messages are encrypted by visiting your application dashboard on ably.com > "Dev console" tab > "Channels", and attach to the "encrypted-test-channel" channel.

But on the web panel, the messages also don't appear encrypted:

!https://user-images.githubusercontent.com/9201746/154530988-71da8018-568f-4e3b-b318-3b62a40af2a9.png!

There's probably some sort of bug in the sample application causing messages that should be encrypted to be sent in plaintext

@ikurek ikurek added the bug Something isn't working. It's clear that this does need to be fixed. label Feb 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working. It's clear that this does need to be fixed.
Development

Successfully merging a pull request may close this issue.

2 participants