From 45603facaf5d9d361b9a5b747a631a1661bd8fa9 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Tue, 25 Apr 2023 19:38:08 +0200 Subject: [PATCH] better file headers --- plexcryptool/authur1.py | 4 ++-- plexcryptool/md5-analyzer.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plexcryptool/authur1.py b/plexcryptool/authur1.py index c7e32cf..8afa487 100755 --- a/plexcryptool/authur1.py +++ b/plexcryptool/authur1.py @@ -4,8 +4,8 @@ A custom authentication hash function aswell as an automated extension attack fo Since this (auth) hash did not have a name before, I gave it the name 'authur1' -@author Christoph J. Scherr -@license MIT +@author: Christoph J. Scherr +@license: MIT @source: https://git.cscherr.de/PlexSheep/python-dhbw/src/branch/master/src/authur1.py """ import argparse diff --git a/plexcryptool/md5-analyzer.py b/plexcryptool/md5-analyzer.py index c6b0399..aef2109 100755 --- a/plexcryptool/md5-analyzer.py +++ b/plexcryptool/md5-analyzer.py @@ -2,8 +2,8 @@ """ A small script to help analyze the md5 hash function. -@author Christoph J. Scherr -@license MIT +@author: Christoph J. Scherr +@license: MIT @source: https://git.cscherr.de/PlexSheep/python-dhbw/src/branch/master/src/md5-analyzer.py TODO do I need to implement md5 by myself for the assignment? """