Discussion:
Obtaining Version 2.1 of a natural language steganographical softwre of mine from its predecessor
(too old to reply)
Mok-Kong Shen
2017-04-14 02:29:15 UTC
Permalink
Due to a series of unfortunate chance happenings, currently the Version 2 of
my linguistic steganographical software WORDLISTTEXTSTEGANOGRAPHY on my own
home page can't run under the newest Python Version 3.6.1, although it ran
successfully under Python Version 3.5.

Since, for coincidental apparently technical reasons, I am also at the
moment
not able to connect to the ftp-server concerned and thus have no means to
publish on my home page the code of Version 2.1 for running on Python
3.6.1,
I like to mention the modifications that are needed to produce Version 2.1
from Version 2 so that users employing Python 3.6.1 (instead of Python 3.5)
can run my software immediately instead of waiting for the successful
completion of my home page maintenance work.

(1) At the beginning of "Specification of the GUI" add below the line
"import tkinter.scrolledtext" a line "import tkinter.messagebox".

(2) In all following codelines that contain a reference to "messagebox"
change that reference to a reference to "tkinter.messagebox".

(3) A remark is to be made to the effect that, if the sender uses the
function
checkimplementation(), then thereafter the stego bytes he has input
are
available in a file in his directory, which may not be desirable for
application runs for security reasons.

M. K. Shen
Mok-Kong Shen
2017-04-18 20:16:12 UTC
Permalink
Version 2.1 of a natural language text steganography scheme
WORDLISTTEXTSTEGANOGRAPHY is released, it's available on my
new home page: http://mok-kong-shen.de.

M. K. Shen

Loading...