Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. TheSean

    caesar cipher encryption

    Cheers, Much appreciated
  2. TheSean

    caesar cipher encryption

    Cheers man. Is that the whole program? I thought it would be a bit more complicated than that. This assignment is worth 25% of my total grand for the module.
  3. TheSean

    caesar cipher encryption

    So, lets say a list L("AAABBBCCC") L2("") I would do for example encode(Char, L, L2) :- maplist(caesar(Char, L1, L2) cipher(_, 26, 26) :- !. would I be right doing this??
  4. TheSean

    caesar cipher encryption

    Can anyone help me out with this. I'v to make a Cipher encrypyion in prolog. Typical input would be AAABBBCCC output would be CCCDDDEEE it's a 3 letter jump encryption. Any help is much appreciated.

Part and Inventory Search

Back
Top