signalapp / curve25519-java

Pure Java and JNI backed Curve25519 implementation.
GNU General Public License v3.0
233 stars 95 forks source link

Encryption #16

Closed varunagarwal315 closed 7 years ago

varunagarwal315 commented 7 years ago

I understood how to generate and extract the public and private keys generated. However not sure how to actually use them to encrypt a message. I am using this lib for my backend https://github.com/dchest/tweetnacl-js which has a method that encrypts the message using my private key and you public key.

Is this feature currently not supported. Is there a way I can work around it ? Please help

moxie0 commented 7 years ago

Hey @varunagarwal315 we don't use github for q&a or discussion, please see the online community forums. Sounds like you probably shouldn't be using this library directly, I recommend looking at libsignal-protocol-java instead.