- You'll need your GitHub account to be created and verified before you can do this assignment.
fork
this repoclone
your fork to your machine viagit clone <github-repository-address>
in the terminal or using VSCode's built-in tools.- Create a new branch called 'assignment' using either VSCode's terminal with the command
git chekout -b assignment
or with VSCode's build in tools. - Run 'student.py' via VSCode's built in tools or in the terminal with
python3 student.py
. Answer the prompts which will create a '.dat' file. add
andcommit
the file using VSCode's build-in tools or via the terminal withgit add . && git commit -m "<your-commit-message>"
push
your code to GitHub via the built-in tools or terminal withgit push
- Open a Pull Request on GitHub.
forked from ryancrago/RSA-Encryption
-
Notifications
You must be signed in to change notification settings - Fork 0
EthanHiser/RSA-Encryption
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 100.0%