Cyber Security is a key issue to protect our daily documents and applications stored
and submitted in various platforms. Having a robust encryption system to our
generated password is very essential in this perspective. Your task is to create a nice
and smooth encrypted password generator. Follow the instructions carefully to build
the password generator.
a. Take a 5 digit integer number from user. If the number is not exactly
of 5 digits, give a warning message to user and exit/abort the program.
b. In case of a 5 digit number, convert the number to a corresponding
character.
c. Finally, generate a 5 length password and show it on screen.