HTK is a beautiful project with real use cases :-)
- Escrow service
- secret messenger
- Exchange BackBone
- Masternode with good R.0.I
Happy to be here, my masternode works well :-)
Hello, how can I use secret messenger?
Now we do not support wallet embedded yet.
But you can send normal message via wallet now use two commands (sendmessage, messagesbyheight).
We are preparing HTK player that support encryption and descryption using our platform.
now we use this code in nodejs to test
const nodersa = require('node-rsa');
let privkey = new nodersa(YOUR_RSA_1024_PRIVATE_KEY);
privkey.encryptPrivate(YOUR_80BYTES_MESSAGE).toString("binary");