in reply to Re^2: Java to perl conversion
in thread Java to perl conversion
... 1. Generate a 256 byte array 2. perl code to convert the characters from stringdata to byte. Thanks
Um, you don't need to turn a string into an array to generate an md5sum, see Digest::MD5
You also don't need an array for Crypt::Twofish
perlintro explains about perl variable types, perldata explains further, then binmode and perlunitut
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Java to perl conversion
by MaGiCaLB (Initiate) on May 31, 2013 at 10:16 UTC | |
by Anonymous Monk on May 31, 2013 at 10:31 UTC |