2013-04-17 19:26:16 +00:00
|
|
|
# -*- coding: binary -*-
|
2013-01-15 22:59:01 +00:00
|
|
|
|
|
|
|
require 'rex/encoding/xor/byte'
|
|
|
|
require 'spec_helper'
|
|
|
|
|
|
|
|
describe Rex::Encoding::Xor::Byte do
|
2013-09-30 18:47:53 +00:00
|
|
|
it_behaves_like "an xor encoder", 1
|
2013-01-15 22:59:01 +00:00
|
|
|
end
|