Popular recipes by Mykola Kharechko http://code.activestate.com/recipes/users/2950701/2006-08-18T05:33:40-07:00ActiveState Code RecipesConvert string to hex (Python)
2006-08-18T05:17:53-07:00Mykola Kharechkohttp://code.activestate.com/recipes/users/2950701/http://code.activestate.com/recipes/496969-convert-string-to-hex/
<p style="color: grey">
Python
recipe 496969
by <a href="/recipes/users/2950701/">Mykola Kharechko</a>
(<a href="/recipes/tags/web/">web</a>).
</p>
<p>Qoute string converting each char to hex repr and back</p>
xor for strings (Python)
2006-08-18T05:33:40-07:00Mykola Kharechkohttp://code.activestate.com/recipes/users/2950701/http://code.activestate.com/recipes/496970-xor-for-strings/
<p style="color: grey">
Python
recipe 496970
by <a href="/recipes/users/2950701/">Mykola Kharechko</a>
(<a href="/recipes/tags/algorithms/">algorithms</a>).
</p>
<p>Simple xor for strings</p>