54daa98c67
git-svn-id: file:///home/svn/incoming/trunk@2512 4d416f70-5f16-0410-b530-b9f4589650da
16 lines
182 B
Ruby
16 lines
182 B
Ruby
#!/usr/bin/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
|