close
    code for encryption of a string in c language

    How to encrypt a string in c language

    0  Views: 674 Answers: 1 Posted: 13 years ago
    Tags: computerhelp

    1 Answer

    for(i = 0;i <strlen(str);++i){
    str = str[i]^key;
    }



    Top contributors in Uncategorized category

     
    ROMOS
    Answers: 18061 / Questions: 154
    Karma: 1101K
     
    Colleen
    Answers: 47270 / Questions: 115
    Karma: 953K
     
    country bumpkin
    Answers: 11322 / Questions: 160
    Karma: 838K
     
    Benthere
    Answers: 2392 / Questions: 30
    Karma: 760K
    > Top contributors chart
    452313
    questions
    719721
    answers
    754229
    users