diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2023-12-09 22:00:32 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2023-12-09 22:00:32 -0500 |
commit | 048ca346f30d9f597733bcf54a473297094a772b (patch) | |
tree | 37570465aefbb4e6932c55490291ed22210a6eba /content/projects/python-encryption | |
parent | 0d0cf895d9ecf90775682c2b0e5ca3873dd4fd2a (diff) |
Continue writing project articles
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) - |