Exetools  

Go Back   Exetools > General > General Discussion

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 01-15-2022, 06:41
Kurapica's Avatar
Kurapica Kurapica is offline
VIP
 
Join Date: Jun 2009
Location: Archives
Posts: 190
Rept. Given: 20
Rept. Rcvd 143 Times in 42 Posts
Thanks Given: 67
Thanks Rcvd at 404 Times in 87 Posts
Kurapica Reputation: 100-199 Kurapica Reputation: 100-199
Math Problem

.............

Last edited by Kurapica; 01-25-2022 at 20:54.
Reply With Quote
The Following 2 Users Say Thank You to Kurapica For This Useful Post:
niculaita (01-15-2022), sh3dow (01-21-2022)
  #2  
Old 01-16-2022, 15:42
chants chants is online now
VIP
 
Join Date: Jul 2016
Posts: 725
Rept. Given: 35
Rept. Rcvd 48 Times in 30 Posts
Thanks Given: 666
Thanks Rcvd at 1,050 Times in 475 Posts
chants Reputation: 48
The usual variable names for ECC points P and Q being points on a curve is a distraction. ECC involves modular arithmetic with addition, multiplication, inverses. Quite clear this is not ECC.

The good news about XOR is it is bitwise addition modulo 2. There are many nice properties. Used alone it cannot really be used to protect anything as it's linear mapping and easily reversible. x^x==0, x^0==x, x^~x==1, x^1==~x. The basic properties are sufficient to invert this or simplify it.
Reply With Quote
The Following User Says Thank You to chants For This Useful Post:
niculaita (01-16-2022)
  #3  
Old 01-16-2022, 18:28
Kurapica's Avatar
Kurapica Kurapica is offline
VIP
 
Join Date: Jun 2009
Location: Archives
Posts: 190
Rept. Given: 20
Rept. Rcvd 143 Times in 42 Posts
Thanks Given: 67
Thanks Rcvd at 404 Times in 87 Posts
Kurapica Reputation: 100-199 Kurapica Reputation: 100-199
yes those names of variables were my idea, the code itself is not available to make sure it involves any ECC or other known functions.

still I can't find the relation with Q or Qy as explained.
Reply With Quote
  #4  
Old 01-18-2022, 22:37
Git's Avatar
Git Git is offline
Old Git
 
Join Date: Mar 2002
Location: Torino
Posts: 1,115
Rept. Given: 220
Rept. Rcvd 265 Times in 157 Posts
Thanks Given: 108
Thanks Rcvd at 216 Times in 124 Posts
Git Reputation: 200-299 Git Reputation: 200-299 Git Reputation: 200-299
I've no idea if any of this helps, and you probably know them anyway, but...

using you example :

R = 0x0B42 CE12 CF5C 8C9B
A = 0x4CBD A859 22EF 6E40
B = 0x03EB E297 3C74 4952
D = 0xED77 B8C3
E = 0xDBFE 0085

F = 0x4F56 6DDB A11B A24F
G = 0x0021 883A AFFC 966E
H = 0x9314 5272 7148 BF10
J = 0x0000 2715 BF80 855D


Lets take all the XORs in hex for reference :

R^F = 0x4414 a3c9 6e47 2ed4
R^G = 0x9856 9c60 be14 338b
R^H = 0x9856 9c60 be14 338b
R^J = 0x0b42 e907 70dc 09c6

A^F = 0x03eb c582 83f4 cc0f
A^G = 0xdfa9 fa2b 53a7 d150
A^H = 0xdfa9 fa2b 53a7 d150
A^J = 0x4cbd 8f4c 9d6f eb1d

B^F = 0x4cbd 8f4c 9d6f eb1d
B^G = 0x90ff b0e5 4d3c f642
B^H = 0x90ff b0e5 4d3c f642
B^J = 0x03eb c582 83f4 cc0f

D^F = 0x4f56 6ddb 4c6c 1a8c
D^G = 0x9314 5272 9c3f 07d3
D^H = 0x9314 5272 9c3f 07d3
D^J = 0x0000 2715 52f7 3d9e

E^F = 0x4f56 6ddb 7ae5 a2ca
E^G = 0x9314 5272 aab6 bf95
E^H = 0x9314 5272 aab6 bf95
E^J = 0x0000 2715 647e 85d8

Again, no idea if they have any significance, but I noted the following relations, for this example anyway :

R^G = R^H
A^G = A^H
B^G = B^H
D^G = D^H
E^G = E^H
(D^G) & 0xFFFFFFFF00000000 = (E^G) & 0xFFFFFFFF00000000
(D^J) & 0xFFFFFFFF00000000 = (E^J) & 0xFFFFFFFF00000000
(A^J) & 0xFFFFFFFF00000000 = (B^F) & 0xFFFFFFFF00000000
(A^F) & 0xFFFFFFFF00000000 = (B^J) & 0xFFFFFFFF00000000
(D^F) & 0xFFFFFFFF00000000 = (E^F) & 0xFFFFFFFF00000000



Git
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



All times are GMT +8. The time now is 09:58.


Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX, chessgod101
( 1998 - 2024 )