Symmetric data obfuscation using xor

Symmetric data obfuscation using xor 1.0

Symmetric data obfuscation using xor 1.0 Download Summary

  • Language: Python
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • License: Other Free / Open Source License - Python License
  • Databases: N/A
  • Downloads: 334
  • Released: Jun 7, 2007

Symmetric data obfuscation using xor 1.0 Description

This script can be conveniently used to obfuscate a string of data using simple xor without using any key.

Symmetric data obfuscation using xor 1.0 Keywords

Symmetric data obfuscation using xor Bookmark

Hyperlink code:
Hyperlink for Forum code:

Symmetric data obfuscation using xor 1.0 Script Download Notice

Top 4 Download periodically updates information of Symmetric data obfuscation using xor 1.0 script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. Symmetric data obfuscation using xor 1.0 torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

Functional dictionary and list types

... functional programming, list-oriented programming, and perhaps even code obfuscation. ...
Python

z crypt

This module show a way to simple data encryption. Characters are mapped to a key via ... simple, this is a good method for encrypting data if the data is compressed before or after the encryption process. ... definitions).Keys can be extracted from the definitions by using the key function. The select argument should either ...
Python

Windows registry

This script allows you to store some data for your progam in the windows registry without many complex operations. ...
Python

An interval mapping data structure

... kind of dictionary which allows you to map data intervals to values. You can then query the structure for a given point, and it returns the value associated to the interval which contains the point.Boundary values don't need to be an integer ; in the test unit a date-time object ...
Python

A queue for string data

This script is a queue data structure, for string data only, which looks like a File object. This class takes care of the list.append and .join mess, which is needed for fast string concatenation. ...
Python