queicherius / asymmetric-crypto

Encryption and signing using public-key cryptography (via tweetnacl)
MIT License
16 stars 1 forks source link

Equivalent library in Java #12

Closed anks2807 closed 1 year ago

anks2807 commented 1 year ago

Hi I encrypt my message in react application using this library. How I can decrypt the message in Java. Is there a equivalent library in java

queicherius commented 1 year ago

No there is no equivalent library in Java - but you should be able to go through the code and implement it yourself (it's really not that long) with any TweetNACL compatible Java library.