Search:

Type: Posts; User: dbz8gokugohan

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    29,858

    Modified Encryption Attempt

    Ok so I modified the program slightly and got it to display the original string I type, but I can't get the encrypt and decrypt functions


    #include <stdio.h> // Calls for the libraries...
  2. Replies
    7
    Views
    29,858

    First attempt

    So far this is what I have:


    #include <stdio.h>
    #include <string.h>
    #include <stdlib.h>


    int main (void)
    {
  3. Replies
    7
    Views
    29,858

    Encryption and Decryption

    I have a school assignment in which asks me to create a program that does the following on encryption and decryption:

    Write a program that encrypts and decrypts a text (string). The program reads...
Results 1 to 3 of 3