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

Missing encryption standards for vsystems transactions message #287

Open
Primerz opened this issue Jun 1, 2021 · 1 comment
Open

Missing encryption standards for vsystems transactions message #287

Primerz opened this issue Jun 1, 2021 · 1 comment
Assignees

Comments

@Primerz
Copy link

Primerz commented Jun 1, 2021

virtualeconomy/js-v-sdk#59

@Primerz Primerz changed the title Encryption standards for vsystems transactions message Missing encryption standards for vsystems transactions message Jun 1, 2021
@faddat faddat self-assigned this Jun 9, 2021
@Primerz
Copy link
Author

Primerz commented Jun 30, 2021

I thought about it and just realized nowadays CPU very quickly decrypt small text in the browser, at least for NaCl and many others, thus, apart recommending an algorithm like NaCl (as we've thought, it was the best), we should also recommend apps to auto trying decrypt VSYS TRX's messages with NaCl in order to check a potential "hidden message", like a kind of a "smart decrypt" which knows it can be encrypted with the receiver public key with NaCl or McEliece (I saw it was very unlikely to be recommended to use McEliece without another synchronous encryption algorithm, more than that without being sure of that, it seems that the vsys keypair aren't compatible with McEeliece) :/

We can: Recommend smart auto decrypt systems :)
We can: Recommend officially NaCl while not recommending McEleice among other...

The most open, free, and acceptable solution IMHO.

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

2 participants