Thread: Encrypting still

  1. #1
    Registered User
    Join Date
    Oct 2001
    Posts
    3

    Smile Encrypting still

    Sorry, me again. I've gotten some really good adivice which I'm saving. But I'm still not much closer to my goal. So I'm hitting my problem from a different angle this time. If I have a set of input numbers such as 1234, how do I turn those numbers into charaters? Then with them being charaters, how would I grab just one out of the 4?. Once I can retreave the 1 charater, I should be able to return the charater to a number, add my encrypting number, then reintroduce the number into the pack.


    Thanks for the help you guys,

  2. #2
    Registered User
    Join Date
    Oct 2001
    Posts
    36
    function atoi() [atol() or strtol() ] convert a string to int [long].
    and _itoa() or sprintf(StringBuffer,"%d",Integer) covert int to a string.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Encrypting a txt file
    By MSkiLLz in forum C Programming
    Replies: 2
    Last Post: 03-24-2009, 05:59 PM
  2. Encrypting passwords
    By FlyingIsFun1217 in forum C++ Programming
    Replies: 23
    Last Post: 12-01-2006, 02:48 AM
  3. Encrypting a specific folder.
    By nextstep in forum C++ Programming
    Replies: 2
    Last Post: 03-28-2005, 07:47 AM
  4. help with encrypting plz
    By wimpman in forum C Programming
    Replies: 9
    Last Post: 03-31-2004, 03:29 PM
  5. XOR Encrypting Program Problem (C++)
    By biosx in forum C++ Programming
    Replies: 2
    Last Post: 02-26-2002, 11:28 AM