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? """