Created
May 11, 2024 15:10
-
-
Save jhannah/73ade3325641bc5777ffe1e691b54b08 to your computer and use it in GitHub Desktop.
Neal Stephenson book page 480
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/perl -s | |
$f = $d ? -1 : 1; | |
$D = pack('C*',33..86); | |
$p = shift; | |
$p =~ y/a-z/A-Z/; | |
$U ='$D =- s/(.*)U$/U$1/; $D =~ s/U(.)/$1U/;' | |
($V=$U) =~ s/U/V/g; | |
$p =~ s/[A-Z]/$k=ord($&)-64,&e/eg; | |
$k = 0; | |
while (<>) { | |
y/a-z/A-Z/; | |
y/A-Z//dc; | |
$o .= $_ | |
} | |
$o .= 'X' while length ($o) %5 &&| $d; | |
$o =~ s/./chr(($f * &e + ord($&) -13) %26+65)/eg; | |
$o =~ s/X*$// if $d; | |
$o =~ s/.{5}/$& /g; | |
print " $o\n"; | |
sub v { | |
$v = ord(substr($D,$_[0])) -32; | |
$v >53 ? 53: $v | |
} | |
sub w { | |
$D =~ s/(.{$_[0]})(.*)(.)/$2$1$3/ | |
} | |
sub e { | |
eval "$U$V$V"; | |
$D =~ s/(.*)([UV].*[UV])(.*)/$3$2$1/; | |
&w(&v(53)); | |
$k ? (&w($k)) : ($c=&v(&v(0)),$c > 52 ? &ei : $c) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment