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

Send Anonymous Messages in public chats #45

Open
errorists opened this issue Apr 15, 2020 · 2 comments
Open

Send Anonymous Messages in public chats #45

errorists opened this issue Apr 15, 2020 · 2 comments

Comments

@errorists
Copy link

Feature Issue

The scope of this feature is to design and implement an interface to seamlessly send messages in public chats that display the Anonymous account to all its recipients rather than your chat key.

User Story

As a user, I want to send anonymous messages in chats so that I don't have to reveal my chat key when I want to send a message anonymously and its recipients won't know it's coming from me.

Description

  1. Design the interface to toggle the anonymous 'mode'
  2. Implement it, detailed description of steps necessary for the UI will follow once the design is ready

Acceptance Criteria

I can send messages as an Anonymous user and its recipients see it as such, the UI is seamlessly integrated and easy to reach in a conversation.

Notes

One way to implement this as suggested by @3esmit

  • Allow users to send messages in public chats as "anonymous": use a keyless method of signature (use the hash of the message as r,s of signature) - if r and s are a exatly the same, and/or are hash of the message, the message can be considered "signed by anonymous"
@errorists errorists self-assigned this Apr 15, 2020
@3esmit
Copy link
Member

3esmit commented Apr 16, 2020

This was inspired by https://medium.com/@weka/how-to-send-ether-to-11-440-people-187e332566b7

To see an example of contract deployed anonymously, see https://eips.ethereum.org/EIPS/eip-2470

@StatusWrike
Copy link

➤ Hester Bruikman commented:

Related proposal here: https://discuss.status.im/t/sending-anonymous-messages/1703/5

@hesterbruikman hesterbruikman transferred this issue from status-im/status-mobile Dec 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants