Skip to content

Data encryption #398

Answered by hoakbuilds
sh4hri4roo asked this question in Q&A
Jun 11, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Technically Solnet does not support this, Ed25519 keys used by Solana are not technically secure for encryption and decryption as they are specifically made for EdDSA, the edwards curve digital signature algorithm. You can convert these keys to X25519 and thus perform encryption and decryption using those keys, but it is not a trivial thing to do. Here's a cool read about it.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sh4hri4roo
Comment options

Answer selected by sh4hri4roo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants