Connecting Tech Pros Worldwide Forums | Help | Site Map

how to make a code for simple columnar random arrangement encryption?

Newbie
 
Join Date: Aug 2009
Posts: 1
#1: Aug 27 '09
I want to know more about how to develop a encryption program simple columnar with random arrangement. can you show me how to do it in python because I'm very interested in this language. thanks for your help

YarrOfDoom's Avatar
Expert
 
Join Date: Aug 2007
Location: Belgium
Posts: 1,120
#2: Sep 6 '09

re: how to make a code for simple columnar random arrangement encryption?


First of all: What exactly are you trying to do?
Secondly: Could you please show us what you have tried so far?

If you're interested in Python, I think the best place to start is here. If you ever get stuck, feel free to ask any question you might have on the forums.
Newbie
 
Join Date: Sep 2007
Location: Philippines
Posts: 6
#3: Sep 14 '09

re: how to make a code for simple columnar random arrangement encryption?


columnar transposition cipher...archaic but fun to do...ehehehe

shafwan, pls understand that this forum was meant for us to help each other..tricks, tips, and sometimes whole code (but no fun in this). Python was meant to be fun...

tip: in making this cipher...simple string access will do...


-----OT SECTION-------
IMHO, you are no longer a newbie when you get to implement the Vigenere Cipher using thoroughly mixed alphabet...<wink> <wink>
Reply