From 048ca346f30d9f597733bcf54a473297094a772b Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Sat, 9 Dec 2023 22:00:32 -0500 Subject: Continue writing project articles --- content/projects/python-encryption/index.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'content/projects/python-encryption') 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) - -- cgit v1.2.3