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