|
|
| P is for Practical | |
| PerlMonks |
Re: Crypt::CBC how does the header/salt work?by jethro (Monsignor) |
| on Nov 19, 2012 at 15:47 UTC ( #1004566=note: print w/ replies, xml ) | Need Help?? |
|
If I set the salt to something constant, I get something constant out. If I then change the plaintext, everything after the first 16 bytes changes. This seems to indicate that salt=>'1' is really the default and that the first 8 bytes are a constant prefix that probably defines the crypto algorithm. The next 8 bytes after the prefix are the salt.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||