Closed ankostis closed 8 years ago
teslacrypt.py
unfactor.py
bash
chmod
-v
unfactorXXX.py
main()
Note that TCs need these libs:
pip install ddt, yaml
and bash for making inaccessible files/dirs for TCs - I suggest to use cygwin.
@Googulator are you thinking of choosing a License. A copyleft maybe? Sorry, I had mssed it - gpl-v3, great!
And with 8c3ad4f59a1d, this PR is now "concluded".
Is there any problem with the PR?
TCs:
teslacrypt.py
: just compare stats for different option combinations.unfactor.py
: Check reconstruction of known keys.bash
forchmod
to imitate inaccessible-files.teslacrypt.py
:-v
missplaced-option.unfactor.py
checks.unfactorXXX.py
:All:
main()
's exit-error-code non-zero on errors.main()
arguments andNote that TCs need these libs:
and
bash
for making inaccessible files/dirs for TCs - I suggest to use cygwin.