💾 Archived View for bbs.geminispace.org › u › pollux › 19876 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]..."
I do not use OpenSSL with Golang.
Sep 23 · 3 months ago
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.