Final answer:
The encryption of "SECURITY" using the Caesar cipher is "WHGXUQMID". The decryption of "JEQYVEXXPIVW" using the inverse function reveals the plain text as "FAMOUSCIPHER".
Step-by-step explanation:
The Caesar cipher is a substitution cipher where each letter in the plaintext is shifted a certain number of places down or up the alphabet. For encryption, each letter of the plaintext is translated into a number, the encryption function f(p)=(p+4) mod 26 is applied, and then it is translated back into a letter.
To encrypt the message "SECURITY", we would first convert each letter to its respective numerical value: S=18, E=4, C=2, U=20, R=17, I=8, T=19, Y=24. Then, applying the encryption function, we get 22, 8, 6, 24, 21, 12, 23, 2. Converting these back to letters, we get "WHGXUQMID".
For decryption of the message "JEQYVEXXPIVW", we reverse the process. Each letter is converted to a number, and the inverse function f-1(c)=(c-4) mod 26 is applied. Hence, J=9, E=4, Q=16, Y=24 and so on. After applying the inverse function, we get 5, 0, 12, 20 secret message "FAMOUSCIPHER".