diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2023-12-04 17:58:00 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2023-12-04 17:58:00 -0500 |
commit | 74cf2a39328f8f5d1c71eb66c9a6510cd67f3753 (patch) | |
tree | f56a822ba693d2ff693e32281431443d0ba0822b /content | |
parent | c2522f12a690cd5680dbe2786875212954186ddf (diff) |
Update python encryption post
Diffstat (limited to 'content')
-rw-r--r-- | content/projects/python-encryption/index.md | 10 |
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. |