💾 Archived View for bbs.geminispace.org › s › privacy › 19799 captured on 2024-12-17 at 15:04:23. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

A new way to send/receive encrypted messages.

https://pollux.nekoweb.org/msg/5.html

Alice does: $ enc | nekoweb msg/5.html

Bob does: $ nekoweb -d https://pollux.nekoweb.org/msg/5.html | 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.

https://pollux.nekoweb.org/msg/5.html

Alice https://pollux.nekoweb.org/msg/5.html

Alice

https://pollux.nekoweb.org/msg/5.html

Posted in: s/privacy

♊️ pollux

Sep 21 · 3 months ago · 👍 klimperfix, arma

3 Comments ↓

♊️ pollux [OP] · Sep 21 at 10:50:

Reference tools:

https://github.com/706f6c6c7578/nekoweb

https://github.com/706f6c6c7578/hex2img

https://github.com/706f6c6c7578/b2h

https://github.com/706f6c6c7578/xchacha20

🚀 random2934 · Sep 23 at 04:48:

why didn't you use pre built library like openssl? it would be easy to make something like this using openssl!

♊️ pollux [OP] · Sep 23 at 21:15:

I do not use OpenSSL with Golang.