summaryrefslogtreecommitdiff
path: root/content/projects/python-encryption
diff options
context:
space:
mode:
Diffstat (limited to 'content/projects/python-encryption')
-rw-r--r--content/projects/python-encryption/index.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/content/projects/python-encryption/index.md b/content/projects/python-encryption/index.md
index 3ed831b..0cc198f 100644
--- a/content/projects/python-encryption/index.md
+++ b/content/projects/python-encryption/index.md
@@ -8,12 +8,12 @@ date: 2023-10-25T20:01:27-04:00
During my last year of highschool, I designed my very own text encryption
algorithm. I wrote software in python to encode and decode text using a
-custom algorithm I made to understand core concepts in information theory.
+custom algorithm I made solely to better understand information theory.
-The class in which I did this was designed to teach students about managing
-long term projects. People could tackle projects related to just about
-anything. One person wrote and printed a recipe books, another built a small
-soap box cart, someone even built a potato canon. When it came my turn to
+The class in which I did this project was designed to teach students about
+managing long term endeavours. People could tackle projects related to just
+about anything. One person wrote and printed a recipe books, another built a
+small soap box cart, someone even built a potato canon. When it came my turn to
choose, I decided to do something related to programming where I could learn
things a bit more abstract along the way.