Alex Turner
New member
i am creating a code and cipher program for fun in which i ask the user for a piece of text, for which they then decide how to encrypt it, to do this well i want to use the ascii values for characters numbers, punctuation and space (ascii values 32 "space" to 126 "~") so i need the program to analyze the text and take each ascii value, to store in an array to be able to encrypt it.