Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^2: crypto with core modules only

by dave_the_m (Monsignor)
on Aug 28, 2018 at 15:10 UTC ( [id://1221272]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $diff[$_] = $cyphertext[$_] - $cyphertext[$_+13]  for 0..(@cyphertext 
    +- 13);
    
  2. or download this
    $diff[$_] == $plaintext[$_] - $plaintext[$_+13];
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1221272]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (5)
As of 2024-03-29 13:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found