subject

In cryptography, there are these old-style encryptions that are easy to crack, they are still being used, when the need for obscurity is not the greatest. For example, offensive jokes are often circulated in caesar code. Discuss how you would go about decoding a message you received either in a substittution cypher, caesar cypher or just an affine cypher. If you decided to program it yourself, which language would you choose, and why?

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 18:20
Write a javascript program that reads three integers named start, end, and divisor from three text fields. your program must output to a div all the integers between start and end, inclusive, that are evenly divisible by divisor. the output integers must be separated by spaces. for example, if a user entered 17, 30, and 5, your program would output "20 25 30" (without the quotes) because those are the only integers between 17 and 30 (including 17 and 30) that are evenly divisible by 5.
Answers: 2
question
Computers and Technology, 21.06.2019 22:00
Your task this week is to write a very simple spam classifier in python. it will classify messages as either spam (unwanted) or ham (wanted). the program will have a set of spam_words, words that are known to appear in spam messages. that set is included in the template file spam.pypreview the document. you will also define a spam threshold which reflects the allowed percentage of spam words in the message. you'll compute a 'spam indicator', which is the ratio of spam words to the total number of unique words in the message. if the spam indicator exceeds the spam threshold, the message is classified as spam. otherwise it is classified as ham. we'll assume that the spam threshold is a constant and has a value of 0.10. your program will prompt the user for a message and then will print the corresponding spam indicator with two decimal digits and the corresponding classification (spam or ham). the program will be case insensitive. the spam words are detected whether they are in lower case or upper case or mixed case. each word, spam or not, is counted once (even if it appears multiple times in the message.) the program will remove punctuation from the message before identifying the words and computing the spam indicator. for example '! ' must be identified as the spam word 'now'.
Answers: 3
question
Computers and Technology, 22.06.2019 09:50
What is a rush associated with alcohol?
Answers: 1
question
Computers and Technology, 24.06.2019 09:00
Why might you chose to crest a function resume
Answers: 1
You know the right answer?
In cryptography, there are these old-style encryptions that are easy to crack, they are still being...
Questions
question
Mathematics, 15.04.2021 01:00
question
Mathematics, 15.04.2021 01:00
question
Mathematics, 15.04.2021 01:00
question
Mathematics, 15.04.2021 01:00
question
Mathematics, 15.04.2021 01:00
question
Mathematics, 15.04.2021 01:00
question
Social Studies, 15.04.2021 01:00
Questions on the website: 13722361