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

Useful hard fork #9410

Open
developergames2d opened this issue Jul 29, 2024 · 4 comments
Open

Useful hard fork #9410

developergames2d opened this issue Jul 29, 2024 · 4 comments

Comments

@developergames2d
Copy link

Can you make a Monero hard fork so that for each transaction you can add an encrypted message (~80-160 Bytes) that only the recipient can read?

@vtnerd
Copy link
Contributor

vtnerd commented Jul 30, 2024

You can do that now with tx_extra. Use the existing ECDH+hash as the shared-key, and then encrypt and stash into tx_extra.

@developergames2d
Copy link
Author

You can do that now with tx_extra. Use the existing ECDH+hash as the shared-key, and then encrypt and stash into tx_extra.

How can I do it in monero-gui?

@vtnerd
Copy link
Contributor

vtnerd commented Jul 30, 2024

You can do that now with tx_extra. Use the existing ECDH+hash as the shared-key, and then encrypt and stash into tx_extra.

How can I do it in monero-gui?

You can't, this something that would require custom tools to be written.

@moneromooo-monero
Copy link
Collaborator

There is a monero fork that implements exactly this:
https://git.townforge.net/townforge/townforge/commit/7c70d0ef6e4900434e54cb7cf071074d3d4da66b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants