hi, i downloaded the existing twofish algorithm from bruce schiener's website but i am having trouble compiling it i.e making it run. can some one plz help me.
swatipoddar 0 Newbie Poster
Recommended Answers
Jump to PostHis code is a VERY old reference implementation. I was just checking it out on my Linux system, and it requires some work to function in my environment. There are links on Schneier's TwoFish web page to other implementations that may be better to try. There are also open source …
Jump to PostOk. With appropriate compiler platform symbol definition, I got it to run, but it still has an error in that the encrypt/decrypt operation miscompares. IE, the plaintext that is encrypted and then decrypted does not end up the same. I haven't gone further than that, but it could be a …
Jump to Posthow do i get the python modules to run in ms vista environment?
You need to install python, which is freely available on the web, and there may be other dependencies as well. I don't run Vista except on client systems when they haven't yet upgraded to Win7... :-)
Jump to PostTried that. No luck.
Are you running Python 3.x? The code is written for Python 2.6; you need to either downgrade Python, or convert the code with 2to3 tool (a part of Python distribution).
All 13 Replies
rubberman 1,355 Nearly a Posting Virtuoso Featured Poster
rubberman 1,355 Nearly a Posting Virtuoso Featured Poster
swatipoddar 0 Newbie Poster
rubberman 1,355 Nearly a Posting Virtuoso Featured Poster
swatipoddar 0 Newbie Poster
swatipoddar 0 Newbie Poster
rubberman 1,355 Nearly a Posting Virtuoso Featured Poster
swatipoddar 0 Newbie Poster
rubberman 1,355 Nearly a Posting Virtuoso Featured Poster
nezachem 616 Practically a Posting Shark
swatipoddar 0 Newbie Poster
rubberman 1,355 Nearly a Posting Virtuoso Featured Poster
swatipoddar 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.