CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2003
    Posts
    103

    Lightbulb Who hava any code or resource on Substitution Ciphers????

    code or resource on decrypt ing , since to encrypt with Substitution Ciphers is easy.

    my emai: [email protected]

    Thank you very much!!!!!

  2. #2
    Join Date
    Mar 2002
    Location
    St. Petersburg, Florida, USA
    Posts
    12,125
    Substitution Ciphers are also known as One-Time-Pad ciphers. You need to know the original set of substitutions. If the pad is as long or longer than the message [ a requirement for secure transmission] than the code in unbreakable without the pad.

    Please note that 1 or more "meanings" may be derived from the cipher in this case without the pad, but that does not mean that the sender intended that information. Consider you receive "FWDS" as a cipher. This could just as easily mean GURU as it means FOOL.
    TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
    2008, 2009,2010
    In theory, there is no difference between theory and practice; in practice there is.

    * Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions
    * How NOT to post a question here
    * Of course you read this carefully before you posted
    * Need homework help? Read this first

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured