RC4: don't assume key is "\0" by default

This commit is contained in:
terrafrost 2017-10-05 05:26:23 -05:00
parent 98d46db7c5
commit 042c8a9239

View File

@ -141,7 +141,7 @@ class Crypt_RC4 extends Crypt_Base
* @var string
* @access private
*/
var $key = "\0";
var $key;
/**
* The Key Stream for decryption and encryption