**The Challenge:**
Parma's Unyielding Cipher is a polyalphabetic substitution cipher that uses a combination of Caesar and Vigenère ciphers. It requires the user to input a key phrase and use it to encrypt and decrypt a given text.
**Example:**
Key Phrase: PARMA
Text: HELLO
Encrypted: RVVPI
**What to Do:**
Enter a 5-letter key phrase and use it to encrypt the given text. Then, use the encrypted text and the same key phrase to decrypt it.