How do we use a mnemonic list of words as a seed (like we have been become accustomed using cryptocurrency wallets) to be able to recover a private key in case it gets lost, accidentally erased, or stuck on a broken device? This could be useful for e2e encryption between clients: the keys are supposed to be generated on the
Tag: encryption-asymmetric
Mixing tweetnacl.js with TweetNaclFast (java) for asymmetric encryption
Our project is using asymmetric encryption with nacl.box and ephemeral keys: We presently have node.js apps that then decrypt these messages. We would like the option to use jvm languages for some features. There does not seem to be the richness of established players for tweet-nacl on the jvm but it seems tweetnacl-java https://github.com/InstantWebP2P/tweetnacl-java and its recommended implementation ° tweetnacl-fast