Sha256: 2473e321d70651c72f5f3f2b86329bbe4fc0d49c5dec9cb3acad527a19d03bd8
Contents?: true
Size: 211 Bytes
Versions: 2
Compression:
Stored size: 211 Bytes
Contents
#!/usr/bin/env ruby # -*- coding: binary -*- 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
librex-0.0.68 | lib/rex/encoding/xor/byte.rb |
librex-0.0.66 | lib/rex/encoding/xor/byte.rb |