mirror of
https://github.com/HACKERALERT/Picocrypt.git
synced 2024-11-10 12:56:52 +00:00
Update Picocrypt.py
This commit is contained in:
parent
ae52f897ac
commit
62242034f7
1 changed files with 1 additions and 1 deletions
|
@ -372,7 +372,7 @@ def start():
|
||||||
chunkSize = 2**20
|
chunkSize = 2**20
|
||||||
|
|
||||||
# Decide if encrypting or decrypting
|
# Decide if encrypting or decrypting
|
||||||
if inputFile.endswith(".pcv"):
|
if not inputFile.endswith(".pcv"):
|
||||||
mode = "encrypt"
|
mode = "encrypt"
|
||||||
gMode = "encrypt"
|
gMode = "encrypt"
|
||||||
outputFile = inputFile+".pcv"
|
outputFile = inputFile+".pcv"
|
||||||
|
|
Loading…
Reference in a new issue