lkphongkong.blogg.se

How to use decipher text message
How to use decipher text message











how to use decipher text message

Implementing the function that retrieves a specific digit of a number Writing the function that counts how many digits there are in a number: The example below is not production code, its only meant for educational purposes. I took a shot and the input text is hardcoded within the application. I can't use an array because we don't know the length of the text. However, I can't find a good way to read the text and then cipher it.

how to use decipher text message

Keyarray= ((cypherkey-keyarray*1000)- keyarray*100)-keyarray*10 converting the cypher key into an array using a practical mathematic method for extracting its digit My first action was to convert the key to an array. The text will be moved K positions forward in the ASCII table, where K is the corresponding digit of the key. Then, using the ASCII table the 'ABC' will be converted to 'BDF'. Let's say that the text input was 'ABC' and the key was 123. Then the text will be converted in cipher using the following method.

how to use decipher text message

The user will give a 4 digit cipher key and a text. I want to make a program with the following capabilities. I am working on a problem and I am a bit stuck so I thought to ask for your help.













How to use decipher text message