💾 Archived View for bbs.geminispace.org › u › random2934 › 19851 captured on 2024-12-17 at 15:32:59. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
Re: "A new way to send/receive encrypted messages. [https link]..."
why didn't you use pre built library like openssl? it would be easy to make something like this using openssl!
Sep 23 · 3 months ago
♊️ pollux [OP] · Sep 23 at 21:15:
I do not use OpenSSL with Golang.
A new way to send/receive encrypted messages. [https link] Alice does: $ enc | nekoweb msg/5.html Bob does: $ nekoweb -d [https link] | dec Hello World. For encryption it uses XChaCha20 and for encoding a Golang Encoder/Decoder, with additional tools. If you like to know more feel free to ask your questions.