Octal Encryption 1.1

Octal Encryption 1.1 Download Summary

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

Octal Encryption 1.1 Description

This script helps you to get the octal representation of text.

Octal Encryption Bookmark

Hyperlink code:
Hyperlink for Forum code:

Octal Encryption 1.1 Script Download Notice

Top 4 Download periodically updates information of Octal Encryption 1.1 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. Octal Encryption 1.1 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!

z crypt

This module show a way to simple data encryption. Characters are mapped to a key via replacement. ... the data is compressed before or after the encryption process. The functions provided by this recipe are meant to be used in a larger encryption scheme. Definitions are specially constructed strings that come
Python

Encrypting A String

... it provides a simple solution to a well-known encryption scheme. As a recommendation, this may be better when used in conjunction with an encoding system. ...
Python

Allowing the Python profiler to profile C modules

... much time is spent accessing a database, running encryption code, sleeping and so on is difficult. Profilewrap makes it easy to profile C code as well as Python code, giving you a clearer picture of where your application is spending its time. Profilewrap demonstrates how to create proxy objects at ...
Python

Call a Callback when a Tkinter Text is Modified

... virtual event that determines to call your own callback. Tkinter Text widget notices when it's modified. ...
Python

Number Format function

This function takes a number (integer or float) and returns a string with the integer portion grouped by thousands and the decimal portion rounded or padded to given number of decimal places. ...
Python