calculate odds Combinations & Permutations

Joined
Jan 20, 2026
Messages
1
Reaction score
0
Location
Southern California
I have implemented a program that uses a known set of byte values to encrypt or decrypt another set of byte values using bitwise Exclusive Or. The known set of bytes is 256 MiB in length and the other is much much smaller. I take the first byte from the other and XOR it with a byte in the known set. Which byte is used is based on the "Start Offset" (where to start) and the "skip value" 1 to who knows as long as the Offset + (skip value times known set length) is less than the known set. My question would be How guessable would this me if you do not have the Start Offset or the skip value?
 

Members online

No members online now.

Trending content

Forum statistics

Threads
2,555
Messages
9,909
Members
707
Latest member
Javer
Back
Top