Re: AI's take on my cipher...

Liste des GroupesRevenir à s crypt 
Sujet : Re: AI's take on my cipher...
De : chris.m.thomasson.1 (at) *nospam* gmail.com (Chris M. Thomasson)
Groupes : sci.crypt
Date : 09. Jul 2025, 21:24:29
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <104mj60$dltj$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
User-Agent : Mozilla Thunderbird
On 7/9/2025 12:53 PM, Stefan Claas wrote:
Chris M. Thomasson wrote:
On 7/8/2025 2:06 PM, Stefan Claas wrote:
Chris M. Thomasson wrote:
On 7/7/2025 3:34 PM, Stefan Claas wrote:
Chris M. Thomasson wrote:
On 7/7/2025 3:16 PM, Stefan Claas wrote:
Chris M. Thomasson wrote:
On 7/7/2025 2:57 PM, Stefan Claas wrote:
>
And for the CLI version just cd into the folder and then
do: go build -ldflags "-s -w" which then produces an .exe of the
CLI version of minicrypt.
>
So, the CLI version is the way to go. I just need to download it. I got
the non-cli version.
>
https://github.com/Ch1ffr3punk/minicrypt-CLI
>
I got an exe... :^)
>
https://i.ibb.co/4Z3yf3gV/image.png
>
>
>
:-)
>
Now, even though I have your CLI version up and running, I still need to
try to properly compile your non-CLI version just to see if I can do it
on my end. Also, I need to learn how to your program. README! ;^D
>
The GUI version it aimed at elderly people, with no experience in
public key cryptography and it should be easy to understand. I made
this version for a german regular especially, because he had difficulty
to understand the old CLI version, with just two commands.
>
This is kind of one reason why I created the experimental online version
of my cipher. No need to download anything, and its client only. No
server side code involved. Just thought it would be fun to send a
ciphertext as a link. ;^)
 How does it work if A encrypts on local host and B should decrypt on his
local host, with that given link from A
Wrt the online version:
A needs to send/give B the ciphertext somehow, email, snail mail, somehow, hand signals, ect... ;^) Then B, assuming that A and B have the same secret key, can use said ciphertext to decrypt it. So, if you notice the online program has a ciphertext only, without a link prefix. Say this example: I am encrypting the message on my local host using the default key:
Here is the generated link:
http://fractallife247.com/test/hmac_cipher/ver_0_0_0_1?ct_hmac_cipher=69f9db924532c21beb84cbac75d0a3f33a75b798b952fb624ee20f7e5d72659a4a1b5190b512c3b87b281f58db528ade99c0bb07ec62f5b07d99a64caf48b34887696f532fd35e191cda521661269a6e83409e189cb73b9a88bdd9c2570e64a5337c26b6
The raw ciphertext payload is after the *ct_hmac_cipher= part of the URL. So, it starts with: 69f9db924532c21be(...)
So, (A)lice can just send the link of the payload to (B)ob somehow. email, whatever. Then B can take that ciphertext and paste it into its local webpage and click decrypt. To get a local webpage, just download the page from:
https://fractallife247.com/test/hmac_cipher/ver_0_0_0_1
And just load up its index.html in your browser. So, B can receive the ciphertext from A somehow, turn the internet off, and decrypt it on its local version.
Can you read the message? ;^)

Using the CLI is fine with me. But, it would still be fun to see if I
can build the GUI version.
>
go install fyne.io/tools/cmd/fyne@latest
>
seems to be the key. Keep in mind that I am a newb at go and how it
works. ;^o
[...]

Here is my public key, import him as stefan.pem:
>
>
-----BEGIN PUBLIC KEY-----
wP/uWjblgesQ9gsoMbPNuVXS5+9oDdKCqNQ62LhLNXo=
-----END PUBLIC KEY-----
>
Okay. Will do, just try to be a bit patient with me... Unfortunately, I
need to try to program one my bone rigs to automatically add in all of
my keyframes and shit from my python 3 code right now in blender. I
should be able to create all of my animation frames directly from my
code and not have to manually alter my armatures. Uggg!
>
Starting small here:
>
https://i.ibb.co/1f0tgN9m/image.png
>
:^)
 Please show later a rendering, because with bones only I can not see
what it is all about.
Well, I am thinking about using the bones to animate certain poses of field clusters. Take this cluster that you can explore in 3d in real time. Think if it was comprised of bones in a single armature:
https://skfb.ly/pwXw6
This would be in addition to a dynamic scene. So, take this older example of mine:
https://youtu.be/HwIkk9zENcg
(btw, I programmed the midi music as well)
Now, that does not use bones, but instancing on the GPU and geometry shaders to get it done in my own engine. No rigs at all and no models to load. This geometry is real time generated and can get 60fps no problem.
https://youtu.be/xDROUq-q0yI
(strange field, a mushroom looking thing? humm)
https://youtu.be/_8IN9eZv7yg
(dynamic real time attractor)
So, I just wanted to see if I could automatically create bones to animate a field cluster in my own 3d engine to get a similar fluid movement. I already create the geometry for every pose, and its interpolated in in between, but I need to learn how to automatically make these keyframes in my blender code.
The bone thing is because I never used them before, and it might be fun to have a bone animation in my real time objects. Think of strange arms moving left and right as a std animation. Well, in my main field code I don't want to have to program that in the shaders, or even instancing. That should be in a bone rig.

Date Sujet#  Auteur
4 Jul 25 * AI's take on my cipher...64Chris M. Thomasson
6 Jul 25 +* Re: AI's take on my cipher...61Stefan Claas
6 Jul 25 i`* Re: AI's take on my cipher...60Chris M. Thomasson
7 Jul 25 i `* Re: AI's take on my cipher...59Stefan Claas
7 Jul 25 i  +- Re: AI's take on my cipher...1Chris M. Thomasson
7 Jul 25 i  +* Re: AI's take on my cipher...6Chris M. Thomasson
7 Jul 25 i  i+* Re: AI's take on my cipher...3Chris M. Thomasson
7 Jul 25 i  ii`* Re: AI's take on my cipher...2Rich
8 Jul 25 i  ii `- Re: AI's take on my cipher...1Chris M. Thomasson
8 Jul 25 i  i`* Re: AI's take on my cipher...2colin
8 Jul 25 i  i `- Re: AI's take on my cipher...1Chris M. Thomasson
7 Jul 25 i  `* Re: AI's take on my cipher...51Chris M. Thomasson
7 Jul 25 i   `* Re: AI's take on my cipher...50Stefan Claas
7 Jul 25 i    `* Re: AI's take on my cipher...49Chris M. Thomasson
7 Jul 25 i     `* Re: AI's take on my cipher...48Stefan Claas
7 Jul 25 i      `* Re: AI's take on my cipher...47Chris M. Thomasson
7 Jul 25 i       `* Re: AI's take on my cipher...46Chris M. Thomasson
7 Jul 25 i        +- Re: AI's take on my cipher...1Chris M. Thomasson
7 Jul 25 i        `* Re: AI's take on my cipher...44Stefan Claas
7 Jul 25 i         +* Re: AI's take on my cipher...42Chris M. Thomasson
7 Jul 25 i         i+- Re: AI's take on my cipher...1Chris M. Thomasson
7 Jul 25 i         i`* Re: AI's take on my cipher...40Stefan Claas
7 Jul 25 i         i `* Re: AI's take on my cipher...39Chris M. Thomasson
7 Jul 25 i         i  `* Re: AI's take on my cipher...38Stefan Claas
8 Jul 25 i         i   `* Re: AI's take on my cipher...37Chris M. Thomasson
8 Jul 25 i         i    `* Re: AI's take on my cipher...36Stefan Claas
8 Jul 25 i         i     +- Re: AI's take on my cipher...1Stefan Claas
9 Jul 25 i         i     +- Re: AI's take on my cipher...1Rich
9 Jul 25 i         i     `* Re: AI's take on my cipher...33Chris M. Thomasson
9 Jul 25 i         i      `* Re: AI's take on my cipher...32Stefan Claas
9 Jul 25 i         i       `* Re: AI's take on my cipher...31Chris M. Thomasson
10 Jul 25 i         i        `* Re: AI's take on my cipher...30Stefan Claas
10 Jul 25 i         i         +* Re: AI's take on my cipher...2Chris M. Thomasson
10 Jul 25 i         i         i`- Re: AI's take on my cipher...1Chris M. Thomasson
11 Jul 25 i         i         `* Re: AI's take on my cipher...27Richard Heathfield
11 Jul 25 i         i          `* Re: AI's take on my cipher...26Stefan Claas
11 Jul 25 i         i           +* Re: AI's take on my cipher...3Richard Heathfield
12 Jul 25 i         i           i`* Re: AI's take on my cipher...2Stefan Claas
13 Jul 25 i         i           i `- Re: AI's take on my cipher...1Chris M. Thomasson
12 Jul 25 i         i           `* Re: AI's take on my cipher...22Rich
12 Jul 25 i         i            `* Re: AI's take on my cipher...21Stefan Claas
13 Jul 25 i         i             +* Re: AI's take on my cipher...19Chris M. Thomasson
13 Jul 25 i         i             i+* Re: AI's take on my cipher...3Stefan Claas
13 Jul 25 i         i             ii`* Re: AI's take on my cipher...2Rich
13 Jul 25 i         i             ii `- Re: AI's take on my cipher...1Chris M. Thomasson
13 Jul 25 i         i             i+* Re: AI's take on my cipher...2Stefan Claas
13 Jul 25 i         i             ii`- Re: AI's take on my cipher...1Rich
13 Jul 25 i         i             i`* Re: AI's take on my cipher...13Rich
13 Jul 25 i         i             i `* Re: AI's take on my cipher...12Stefan Claas
13 Jul 25 i         i             i  +- Re: AI's take on my cipher...1Stefan Claas
14 Jul 25 i         i             i  `* Re: AI's take on my cipher...10Rich
14 Jul 25 i         i             i   `* Re: AI's take on my cipher...9Stefan Claas
14 Jul 25 i         i             i    +* Re: AI's take on my cipher...4Stefan Claas
14 Jul 25 i         i             i    i`* Re: AI's take on my cipher...3Rich
14 Jul 25 i         i             i    i `* Re: AI's take on my cipher...2Stefan Claas
15 Jul 25 i         i             i    i  `- Re: AI's take on my cipher...1Rich
14 Jul 25 i         i             i    +* Re: AI's take on my cipher...3Rich
14 Jul 25 i         i             i    i`* Re: AI's take on my cipher...2Stefan Claas
15 Jul 25 i         i             i    i `- Re: AI's take on my cipher...1Rich
14 Jul 25 i         i             i    `- Re: AI's take on my cipher...1Chris M. Thomasson
13 Jul 25 i         i             `- Re: AI's take on my cipher...1Rich
16 Jul 25 i         `- Re: AI's take on my cipher...1Stefan Claas
15 Jul 25 `* Re: AI's take on my cipher...2Chris M. Thomasson
15 Jul 25  `- Re: AI's take on my cipher...1Chris M. Thomasson

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal