Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repackage existing tool to be pip-installable #92

Open
wants to merge 44 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
7e21339
Initial setup creation
digitalsleuth May 25, 2020
7dc3b56
Error in init
digitalsleuth May 25, 2020
1025e8f
Modify imports
digitalsleuth May 25, 2020
1795be0
Adding future for python3 support temporarily
digitalsleuth May 25, 2020
53f251f
All the brackets
digitalsleuth May 25, 2020
432e95c
Lose future, wasn't going to be needed anyways
digitalsleuth May 25, 2020
e944426
Spacing/Tabs
digitalsleuth May 25, 2020
16a0573
Spacing/Tabs
digitalsleuth May 25, 2020
af04dea
Fix print stmts, add main function
digitalsleuth May 25, 2020
a9dc027
Minor changes
digitalsleuth May 25, 2020
a96108a
stderr problem
digitalsleuth May 25, 2020
5b88475
Print issue
digitalsleuth May 25, 2020
d5fbda7
Working some things out
digitalsleuth May 25, 2020
36f0635
Working some things out
digitalsleuth May 25, 2020
e4f67e4
More work on py3 compat
digitalsleuth May 25, 2020
98cc380
work with urllib
digitalsleuth May 25, 2020
e46336f
swap izip for zip
digitalsleuth May 25, 2020
0610138
more py3 work
digitalsleuth May 25, 2020
c2ee2d6
import error
digitalsleuth May 25, 2020
d9b07c6
more import issues
digitalsleuth May 25, 2020
8e1b57b
dict issues
digitalsleuth May 25, 2020
448b44f
Missed an import or two
digitalsleuth May 25, 2020
dd7343a
Typos and formatting
digitalsleuth May 25, 2020
74dab70
py3 updates
digitalsleuth May 25, 2020
d868e84
Remove globals
digitalsleuth May 25, 2020
9bfcb44
Delete JSAnalysis.py
digitalsleuth May 27, 2020
43891c8
Delete PDFConsole.py
digitalsleuth May 27, 2020
48c77ee
Delete PDFCore.py
digitalsleuth May 27, 2020
e203982
Delete PDFCrypto.py
digitalsleuth May 27, 2020
6e94bf9
Delete PDFFilters.py
digitalsleuth May 27, 2020
cc66b01
Delete PDFUtils.py
digitalsleuth May 27, 2020
4d4b009
Delete aes.py
digitalsleuth May 27, 2020
ae596d3
Delete ccitt.py
digitalsleuth May 27, 2020
210b976
Delete jjdecode.py
digitalsleuth May 27, 2020
d5fa3d4
Delete lzw.py
digitalsleuth May 27, 2020
6a84f89
Delete main.py
digitalsleuth May 27, 2020
3481c8b
Delete setup.py
digitalsleuth May 27, 2020
af0c8eb
Add files via upload
digitalsleuth May 27, 2020
226546e
Add files via upload
digitalsleuth May 27, 2020
571d92c
setup update
digitalsleuth May 27, 2020
7223248
Update setup.py
digitalsleuth Jun 7, 2020
a806001
Fix setup.py
digitalsleuth Jun 7, 2020
6d151f5
Fix LXML and error handling
digitalsleuth Jun 7, 2020
8b46f72
Change error output location
digitalsleuth Jun 7, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions TODO

This file was deleted.

Empty file removed aespython/__init__.py
Empty file.
64 changes: 0 additions & 64 deletions aespython/aes_cipher.py

This file was deleted.

156 changes: 0 additions & 156 deletions aespython/aes_tables.py

This file was deleted.

65 changes: 0 additions & 65 deletions aespython/cbc_mode.py

This file was deleted.

Loading