Chat icon asymmetric cryptography

asymm_crypt. 0.1 | 2307


Shared secret
Bob
Alice
DH or ECC
DH or ECC
is equal
shared secret Chat icon
shared secret Chat icon
B seed
bytes/hex Chat icon
private key Chat icon
public key Chat icon
signature
or encrypt
with shared key
verification
message
or hash_msg
A seed
bytes/hex Chat icon
private key Chat icon
public key Chat icon
signature
or encrypt
with shared key
verification
message
or hash_msg


~ entropy machine
~ tab_calc | bin hex bech32
~ cbc_xor | symetric crypto


template test
test_123
~ .:.:.

Very simple Deffie-Hellman "MATH"

generate_public_key pK 
pK = G ** sk % m
-> gen (pk) from secret/private key (sk)


A = G**a % m
Chat icon a ---> A Chat icon

B = G**b % m
Chat icon b ---> B Chat icon

generate_shared_secret S -> Alice: A: Hba = (Gb)a = Gba = S
Chat icon = Chat icon + Chat icon Bob: B: Hab = (Ga)b = Gab = S
Chat icon = Chat icon + Chat icon
BTC
                                                   
                                                   
                                                   
                                                   
                                                   
                                                   
                    .--------.                    
                   / .------. \                   
                  / /        \ \                  
                  | |        | |                  
                 _| |________| |_                 
               .' |_|        |_| '.               
               '._____ ____ _____.'               
               |     .'____'.     |               
               '.__.'.'    '.'.__.'               
               '.__  |      |  __.'               
               |   '.'.____.'.'   |               
               '.____'.____.'____.'               
               '.________________.'               
                                                  
                 Ag@ma P0iNt L0CK                 
                                                   
                                                   
                                                   
                                                   
                                                   
                                                   
...