diff options
Diffstat (limited to 'content/projects/python-encryption')
-rw-r--r-- | content/projects/python-encryption/index.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/content/projects/python-encryption/index.md b/content/projects/python-encryption/index.md index 0cc198f..3ebd70b 100644 --- a/content/projects/python-encryption/index.md +++ b/content/projects/python-encryption/index.md @@ -2,10 +2,9 @@ title: Encryption in Python author: Benjamin Chausse date: 2023-10-25T20:01:27-04:00 +draft: true --- - - 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 solely to better understand information theory. @@ -40,4 +39,3 @@ and the password in a format that feels much more intuitive to manipulate. So this is what I did: ![How the password gets encoded](psswd-encode.gif) - |