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

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shafwan
    New Member
    • Aug 2009
    • 1

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

    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
    Recognized Expert Top Contributor
    • Aug 2007
    • 1243

    #2
    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.

    Comment

    • MojaveKid
      New Member
      • Sep 2007
      • 9

      #3
      columnar transposition cipher...archai c 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...<win k> <wink>

      Comment

      Working...