better file headers
This commit is contained in:
parent
d6f505e768
commit
45603facaf
|
@ -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
|
||||||
|
|
|
@ -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?
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue