Home | Trees | Indices | Help |
|
---|
|
This module implements a ""crypto"" aware text widget
This text widget allows arbitrary text to be entered via keyboard, cut'n paste via clipboard, or text files via drag'n drop Right clicking pops up a menu that allows to encrypt or decrypt the selected text segment.
Classes | |
gmTextctrlFileDropTarget a generic text control widget that accepts dropped files |
|
gmCryptoText A special text widget that supports cryptography |
Variables | |
ID_POP_ENCRYPT = wx.NewId()
|
|
ID_POP_DECRYPT = wx.NewId()
|
|
ID_POP_PASSPHRASE = wx.NewId()
|
Imports: wxversion, wx, string, rotor, binascii
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Aug 3 03:55:55 2013 | http://epydoc.sourceforge.net |