Deutsch   English   Français   Italiano  
<ef84bec225c8115fab4415f42ca82b08419ff64d@i2pn2.org>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!weretis.net!feeder9.news.weretis.net!i2pn.org!i2pn2.org!.POSTED!not-for-mail
From: Stefan Claas <pollux@tilde.club>
Newsgroups: sci.crypt
Subject: Re: Inspired by Chris's HMAC cipher
Date: Fri, 20 Sep 2024 19:22:57 -0000
Organization: Ch1ffr3punk5
Message-ID: <ef84bec225c8115fab4415f42ca82b08419ff64d@i2pn2.org>
References: <d362d3df17bfa32425c931d333a3a53be0c31bd0@i2pn2.org> <7497c11c406ae20ad30cd4a4da0783422f200c15@i2pn2.org>
MIME-Version: 1.0
Injection-Date: Fri, 20 Sep 2024 19:22:59 -0000 (UTC)
Injection-Info: i2pn2.org;
	logging-data="2800128"; mail-complaints-to="usenet@i2pn2.org";
	posting-account="ieSrCjSDShpZNyqIW52mlwIkg76Hsp+TOOO6KTdfCN8";
User-Agent: flnews/1.3.0pre11 (for GNU/Linux)
Cancel-Lock: sha256:uASuqTaXVH83tKW+PycqlL7JyI7+TnTgYBNJZduo88A=
X-Ed25519-Pub: c0ffee5a36e581eb10f60b2831b3cdb955d2e7ef680dd282a8d43ad8b84b357a
X-Spam-Checker-Version: SpamAssassin 4.0.0
X-Date: It's Fri 11343 Sep 1993 09:22:57 PM CEST, the September that never ends
X-Ed25519-Sig: 84292039669181d1ba30c2fc1ce14294564ada6e6bb0e44d82bce55996493203
 16bb7a3d47b3ddd31f0a46df69b0cce4a2738cb771cc1b600b70848d35f98401
Bytes: 2684
Lines: 45

Stefan Claas wrote:
> Stefan Claas wrote:
> > 
> > I came up with the following idea.
> > 
> > Register a webpage at nekoweb.org, use an API key
> > and send encrypted messages to the web page, which
> > later Bob and Alice can decrypt.
> > 
> > https://pollux.nekoweb.org
> > 
> > Alice does:
> > 
> > $ xchacha20 key iv < msg.txt | b2h | hex2img -b 0 -v | xml2html > index.html && neko
> > 
> > Process completed in 4.7553ms
> > 
> > Files uploaded
> > 
> > While Bob does:
> > 
> > $ curl https://pollux.nekoweb.org | xml2html -d | hex2img -v -d | b2h -d | xchacha20 key iv
> >   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
> >                                  Dload  Upload   Total   Spent    Left  Speed
> > 100   825    0   825    0     0   4881      0 --:--:-- --:--:-- --:--:--  4881
> > Hello sci.crypt! :-)
> > 
> > Process completed in 191.3448ms
> > 
> > Thus allowing Alice and Bob to exchange messages without email usage and
> > without visiting a website with a browser.
> > 
> > Hope you like the idea!
> 
> Have made the process a bit more flexible, so that the neko bash script
> is replaced with a nekoweb Go program, which acts as cURL, for Windows
> users who don't have cURL. This makes also the upload more flexible, so
> tha folders can be created where the files are stored.
> 
> Example: https://pollux.nekoweb.org/msg/1.txt

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

-- 
Regards
Stefan