Class: Rex::Encoding::Xor::Word

Inherits:
Generic
  • Object
show all
Defined in:
lib/rex/encoding/xor/word.rb

Class Method Summary collapse

Methods inherited from Generic

_check, _check_encode, _check_key, _encode_mutate_key, _find_bad_keys, _find_good_key, encode, find_key, find_key_and_encode

Class Method Details

.keysizeObject



17
18
19
# File 'lib/rex/encoding/xor/word.rb', line 17

def Word.keysize
  2
end