Keyprr - Store and retrieve your sensitive data

One of the common issues students face on project 1 is not being able to hide sensitive information such as API keys or secrets to access a paid resource. The secrets are usually hardcoded into the code itself and is exposed to the internet due to the repositories being public. There are automated processes which scan public repos for these secrets to exploit. This is a simple solution to that problem. (Thanks to Rudy for the inspiration)

Storing your secret