Post
Topic
Board Speculation
Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion
by
WatChe
on 30/10/2023, 19:01:25 UTC

[...]

Moreover if Password (P) is a stream of 1's then N will be a stream of 0's.

[...]

Code:
13 = 1101
     ^
 1 = 1111
=========
 0 = 0000

The above is incorrect, or I'm missing something. XORing a number with a stream of 1's would result in that number inverted, i.e.:

Code:
13 = 1101
     ^
15 = 1111
=========
 2 = 0010

No No. You got it so right. I made a mistake.

XOR with 1s reverse the number.

I read these two concepts about XOR cryptography shortcomings in my Number theory class Smiley