[–] robobro 6y ago ↗ Chao cipher is nicer...Here is my implementation of chaocipher in arc lisp https://rosettacode.org/wiki/Chaocipher#Arc [–] kerkeslager 6y ago ↗ Chaocipher is thoroughly broken (see the citations on Wikipedia[1]) so it's not really comparable to Schneier's algorithms.[1] https://en.wikipedia.org/wiki/Chaocipher
[–] kerkeslager 6y ago ↗ Chaocipher is thoroughly broken (see the citations on Wikipedia[1]) so it's not really comparable to Schneier's algorithms.[1] https://en.wikipedia.org/wiki/Chaocipher
[–] itcrowd 6y ago ↗ Comments from Solitaire's author, Bruce Schneier:> I don't talk about it much, mostly because I made a dumb mistake that resulted in the algorithm not being reversible. Still, for the short message lengths you're likely to use a manual cipher for, it's still secure and will likely remain secure.https://www.schneier.com/blog/archives/2019/10/more_cryptana... [–] throw0101a 6y ago ↗ Another pen-and-paper cipher:* https://www.schneier.com/blog/archives/2018/05/lc4_another_p...* http://scienceblogs.de/klausis-krypto-kolumne/2018/05/14/the...* https://news.ycombinator.com/item?id=16586257 (previously)
[–] throw0101a 6y ago ↗ Another pen-and-paper cipher:* https://www.schneier.com/blog/archives/2018/05/lc4_another_p...* http://scienceblogs.de/klausis-krypto-kolumne/2018/05/14/the...* https://news.ycombinator.com/item?id=16586257 (previously)
6 comments
[ 3.5 ms ] story [ 27.3 ms ] threadHere is my implementation of chaocipher in arc lisp https://rosettacode.org/wiki/Chaocipher#Arc
[1] https://en.wikipedia.org/wiki/Chaocipher
> I don't talk about it much, mostly because I made a dumb mistake that resulted in the algorithm not being reversible. Still, for the short message lengths you're likely to use a manual cipher for, it's still secure and will likely remain secure.
https://www.schneier.com/blog/archives/2019/10/more_cryptana...
* https://www.schneier.com/blog/archives/2018/05/lc4_another_p...
* http://scienceblogs.de/klausis-krypto-kolumne/2018/05/14/the...
* https://news.ycombinator.com/item?id=16586257 (previously)