Files
metasploit-gs/lib/rex/encoding/xor/byte.rb
T

15 lines
185 B
Ruby
Raw Normal View History

2005-12-17 06:46:23 +00:00
#!/usr/bin/env ruby
2005-05-23 00:34:16 +00:00
2005-07-09 21:18:49 +00:00
require 'rex/encoding/xor/generic'
2005-05-24 03:58:47 +00:00
2005-05-23 00:34:16 +00:00
module Rex
module Encoding
module Xor
class Byte < Generic
2005-05-24 03:58:47 +00:00
def Byte.keysize
2005-05-23 00:34:16 +00:00
1
end
2008-10-19 21:03:39 +00:00
end end end end # Byte/Xor/Encoding/Rex