Deutsch English Français Italiano |
<aabe727fd966bcd4d3df7e2bebc79f71edba0bfa@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, 18 Oct 2024 19:10:56 -0000 Organization: Ch1ffr3punk5 Message-ID: <aabe727fd966bcd4d3df7e2bebc79f71edba0bfa@i2pn2.org> References: <d362d3df17bfa32425c931d333a3a53be0c31bd0@i2pn2.org> <ve1fqq$1r205$1@dont-email.me> <e21b4f8f4c4c60ee76caf01ad8b5a13a329ad51b@i2pn2.org> <3fdb83dbfe35a57d62d07ea352ccc53a9b6e01cf@i2pn2.org> <4742d35c14f5b945a681c331e6661d57e8bb8b96@i2pn2.org> <verr74$2stfq$2@dont-email.me> <7e059f0438e1e4be5778f2d7f83b8a94202a2149@i2pn2.org> <vesa0l$2v6q6$2@dont-email.me> <2894de1054fe9a8e4af84661b76d8b7d0cbd0e7b@i2pn2.org> <veu7qe$3dg3q$1@dont-email.me> MIME-Version: 1.0 Injection-Date: Fri, 18 Oct 2024 19:11:17 -0000 (UTC) Injection-Info: i2pn2.org; logging-data="2632602"; mail-complaints-to="usenet@i2pn2.org"; posting-account="ieSrCjSDShpZNyqIW52mlwIkg76Hsp+TOOO6KTdfCN8"; User-Agent: flnews/1.3.0pre12 (for GNU/Linux) Cancel-Lock: sha256:LMVKo8CmoEGZjemIGRrql7nRLBfOJdjM7pV6NNU2jQM= X-Date: It's Fri 11371 Sep 1993 09:10:56 PM CEST, the September that never ends X-Spam-Checker-Version: SpamAssassin 4.0.0 X-Ed25519-Pub: c0ffee5a36e581eb10f60b2831b3cdb955d2e7ef680dd282a8d43ad8b84b357a X-Ed25519-Sig: 649d272dceb3057c33651bcef309f6808e1b3ff5cdd040f02129fdcfdea7e792 4c2d7e01ab4286b4ddd3e533fb3ee330c514c6546e9c3769e9e50c1d41cde10e Bytes: 4309 Lines: 74 Chris M. Thomasson wrote: > On 10/18/2024 6:38 AM, Stefan Claas wrote: > > Chris M. Thomasson wrote: > > > On 10/17/2024 1:25 PM, Stefan Claas wrote: > > > > Chris M. Thomasson wrote: > > > [...] > > > > > Yeah, I am only representing the ciphertext in hex right now for the > > > > > online version. Now, I could modify it to encode the ciphetext in base > > > > > 64 or something a little more "dense", so to speak... Fwiw, here is a > > > > > link to a C based test version, have you seen it yet? > > > > > > > > > > https://groups.google.com/g/comp.lang.c/c/a53VxN8cwkY/m/XKl1-0a8DAAJ > > > > > > > > > > ;^) > > > > > > > > Yes, I remember that and I had compiler errors. > > > > > > You never got it compile with C99? > > > > I tried with gcc and g++, but it is ok. > > Well, what errors did you get? Many others were able to compile and run > it wrt encrypt and decrypt cycles on various plaintexts. Oh, I don't remember. It's been a while. > > > > > > > > Have you tried my minincrypt yet? It is probably the easiest to > > > > use public key encryption software. ;-) > > > > > > I have not. Sorry! Been working lately. > > > > You should really try and use it. > > Hummm... Agreed. Also, I have you to query if I have any issues. You just need to install the latest version of Go and then run in the directory of minicrypt: go build -ldflags "-s -w", for an optimezed version, instead of go build. > > Thanks Stefan. :^) You're welcome! > > It is probably the easiest to > > use encryption program out there and it uses modern ciphers and > > no need for WWW based encrypted message exchange. > > The only reasons I created an online version of it was for "convenience" > and just to see if I could do it to begin with. Its client side only. I > thought, sending the ciphertext in a url was be an easy way. Hex > encoding was simple enough. Keep in mind that my cipher is purely > symmetric at this stage. Understand! I was also not complaining about your cipher. It is just the fact that I do not like the idea of visiting the WWW, when encrypting or decrypting. > > I am also thinking of creating a key pair for sci.crypt, so that > > we no longer have to use SCOS, because SCOS was floating around > > on Bitmessage, as C, Pascal and Go code. > > :^) Fwiw, I never compiled any Go code in my life. C and Pascal, yup, > but not Go. Fwiw, I am friends with somebody who is/was on the Go team. > Not sure if he still works for Google. I have not talked to him in some > months. Oh, interesting. :-) Go is IMHO pretty cool, because it has so many libraries, you can find on GitHub and most new and cool crypto stuff etc. is either written in Go or Rust. -- Regards Stefan