Method: Rex::Encoding::Xor::DwordAdditive.unpack_key

Defined in:
lib/rex/encoding/xor/dword_additive.rb

.unpack_key(key) ⇒ Object



29
30
31
# File 'lib/rex/encoding/xor/dword_additive.rb', line 29

def DwordAdditive.unpack_key(key)
  return key.unpack(_packspec)[0]
end