Skip to content

Commit

Permalink
V0.2.1 Demo p.3 and fixed spacing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent-G-Van committed Jul 21, 2017
1 parent 6711681 commit f6d70cc
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions AESdecrypt.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@

outputhex = BitVector(hexstring=myhexstring)
asciioutput = outputhex.get_bitvector_in_ascii()
asciioutput=asciioutput.replace('\x00','')
FILEOUT.write(asciioutput)

FILEOUT.close()
Expand Down
1 change: 0 additions & 1 deletion AESencrypt.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@

#set encrypted hex segement of message to output string
outputhextemp = resultbv.get_hex_string_from_bitvector()

FILEOUT.write(outputhextemp)
start = start + 16 #increment start pointer
end = end + 16 #increment end pointer
Expand Down
Binary file added Demo/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Demo/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Demo/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Demo/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Demo/7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Demo/8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Demo/9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plaintext2.txt
Binary file not shown.

0 comments on commit f6d70cc

Please sign in to comment.