Sha256: 1947e2d132a9be39d62e50922ccc0972d71da8ff1119c721822c0b77318d6383

Contents?: true

Size: 185 Bytes

Versions: 43

Compression:

Stored size: 185 Bytes

Contents

#!/usr/bin/env ruby

require 'rex/encoding/xor/generic'

module Rex
module Encoding
module Xor

class Byte < Generic

	def Byte.keysize
		1
	end

end end end end # Byte/Xor/Encoding/Rex

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
librex-0.0.65 lib/rex/encoding/xor/byte.rb
librex-0.0.63 lib/rex/encoding/xor/byte.rb
librex-0.0.54 lib/rex/encoding/xor/byte.rb
librex-0.0.53 lib/rex/encoding/xor/byte.rb
librex-0.0.52 lib/rex/encoding/xor/byte.rb
librex-0.0.51 lib/rex/encoding/xor/byte.rb
librex-0.0.50 lib/rex/encoding/xor/byte.rb
librex-0.0.49 lib/rex/encoding/xor/byte.rb
librex-0.0.48 lib/rex/encoding/xor/byte.rb
librex-0.0.47 lib/rex/encoding/xor/byte.rb
librex-0.0.46 lib/rex/encoding/xor/byte.rb
librex-0.0.44 lib/rex/encoding/xor/byte.rb
librex-0.0.43 lib/rex/encoding/xor/byte.rb
librex-0.0.42 lib/rex/encoding/xor/byte.rb
librex-0.0.41 lib/rex/encoding/xor/byte.rb
librex-0.0.40 lib/rex/encoding/xor/byte.rb
librex-0.0.39 lib/rex/encoding/xor/byte.rb
librex-0.0.38 lib/rex/encoding/xor/byte.rb
librex-0.0.37 lib/rex/encoding/xor/byte.rb
librex-0.0.36 lib/rex/encoding/xor/byte.rb