Search:

Type: Posts; User: GregBrannon

Search: Search took 0.16 seconds.

  1. Replies
    11
    Views
    1,524

    [SOLVED] Re: [HELP] Encryption - Decryption alphabet

    The encrypt/decrypt algorithm must correctly handle the ends of the alphabet. When a character less than 'a' is needed, the algorithm must wrap to 'z' and then continue backwards from there. When a...
  2. Replies
    11
    Views
    1,524

    [SOLVED] Re: [HELP] Encryption - Decryption alphabet

    You should be able to look at the ciphered text, egiwsr, the resulting decrypted text, abcpki, (which should be abczwi) and then inspect your code to determine why the resulting decryption is...
  3. Replies
    11
    Views
    1,524

    [SOLVED] Re: [HELP] Encryption - Decryption alphabet

    It's interesting that the incorrect decryption results vary from the encrypted input in a simple way. For example:

    Encrypted: pfsi
    Decrypted: pgul

    Can you see that

    p + 0 = p
    f + 1 = g
    s...
Results 1 to 3 of 3