Challenge "ORYX Stream Cipher — Part 4d" ¶
By: Javex on June 27, 2013, 11:43 a.m.
The ORYX stream cipher consists of three 32-bit LFSRs X, A, B which are shifted differently depending on some bits in the LFSR X. The key stream is a combination of the highest 8 bits of each of the three LFSRs. It is neither feasible nor necessary to search the whole 96-bit key space, there are more efficient methods!
Read more...
Last edited by: admin on Oct. 31, 2021, 2:55 a.m., edited 2 times in total.