Class: Rex::Encoding::Xor::Byte

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

Defined Under Namespace

Classes: UnitTest

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



12
13
14
# File 'lib/rex/encoding/xor/byte.rb', line 12

def Byte.keysize
	1
end