better file headers

This commit is contained in:
Christoph J. Scherr 2023-04-25 19:38:08 +02:00
parent d6f505e768
commit 45603facaf
Signed by: PlexSheep
GPG Key ID: 25B4ACF7D88186CC
2 changed files with 4 additions and 4 deletions

View File

@ -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' Since this (auth) hash did not have a name before, I gave it the name 'authur1'
@author Christoph J. Scherr <software@cscherr.de> @author: Christoph J. Scherr <software@cscherr.de>
@license MIT @license: MIT
@source: https://git.cscherr.de/PlexSheep/python-dhbw/src/branch/master/src/authur1.py @source: https://git.cscherr.de/PlexSheep/python-dhbw/src/branch/master/src/authur1.py
""" """
import argparse import argparse

View File

@ -2,8 +2,8 @@
""" """
A small script to help analyze the md5 hash function. A small script to help analyze the md5 hash function.
@author Christoph J. Scherr <software@cscherr.de> @author: Christoph J. Scherr <software@cscherr.de>
@license MIT @license: MIT
@source: https://git.cscherr.de/PlexSheep/python-dhbw/src/branch/master/src/md5-analyzer.py @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? TODO do I need to implement md5 by myself for the assignment?
""" """