Using the cryptography library, write a front-end that displays a menu in python. This menu gives users an option to either 1) Read settings from a settings file. 2) Modify the settings in the settings file. The trick is that these settings should be encrypted. So each time you want to work with the file, you must decrypt it to read it and then encrypt the data before saving it back to the file. I leave you to decide what secret settings you want to save to the file, but it must include an integer, a float, and a string (the string can be fixed in size). So for example, the settings might be “German Shepherd, 120, 3.4”.