Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
9
Task/Chaocipher/00-TASK.txt
Normal file
9
Task/Chaocipher/00-TASK.txt
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
;Description:
|
||||
The [[wp:Chaocipher|Chaocipher]] was invented by J.F.Byrne in 1918 and, although simple by modern cryptographic standards, does not appear to have been broken until the algorithm was finally disclosed by his family in 2010.
|
||||
|
||||
The algorithm is described in [http://www.mountainvistasoft.com/chaocipher/ActualChaocipher/Chaocipher-Revealed-Algorithm.pdf this paper] by M.Rubin in 2010 and there is a C# implementation [https://www.c-sharpcorner.com/UploadFile/b942f9/implementing-the-chaocipher-in-C-Sharp/ here].
|
||||
|
||||
|
||||
;Task:
|
||||
Code the algorithm in your language and to test that it works with the plaintext 'WELLDONEISBETTERTHANWELLSAID' used in the paper itself.
|
||||
<br><br>
|
||||
Loading…
Add table
Add a link
Reference in a new issue