From 75d5d15f37645d34ee5efce1a215249eba167323 Mon Sep 17 00:00:00 2001 From: dhhruv <180320107529.ce.dhruv@gmail.com> Date: Tue, 24 Nov 2020 01:55:52 +0530 Subject: [PATCH] Updated EncrypC.py and README.md --- EncrypC.py | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/EncrypC.py b/EncrypC.py index 608d12c..6cd1649 100644 --- a/EncrypC.py +++ b/EncrypC.py @@ -457,8 +457,8 @@ def show_help_callback(self): "Tutorial", """1. Open the Application and Click SELECT FILE Button and select your file e.g. "mydoc.pdf" (OR You can add path manually). 2. Enter your Key (This should be alphanumeric letters). Remember this so you can Decrypt the file later. (Else you'll lose your file permanently) -3. Click ENCRYPT Button to encrypt the file. A new encrypted file with ".kryp" extention e.g. "mydoc.pdf.kryp" will be created in the same directory where the "mydoc.pdf" is. -4. When you want to Decrypt a file you, will select the file with the ".kryp" extention and Enter your Key which you chose at the time of Encryption. Click DECRYPT Button to decrypt. The decrypted file will be of the same name as before with the suffix "_decrypted" e.g. "mydoc_decrypted.pdf". +3. Click ENCRYPT Button to encrypt the file. A new encrypted file with ".encr" extention e.g. "mydoc.pdf.encr" will be created in the same directory where the "mydoc.pdf" is. +4. When you want to Decrypt a file you, will select the file with the ".encr" extention and Enter your Key which you chose at the time of Encryption. Click DECRYPT Button to decrypt. The decrypted file will be of the same name as before with the suffix "decrypted" for e.g. "mydoc_decrypted.pdf". 5. Click CLEAR Button to reset the input fields and status bar. 6. You can also Click CANCEL Button during Encryption/Decryption to stop the process or if it doesn't respond.""" ) diff --git a/README.md b/README.md index 10da2c0..3cb9613 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ pip install pycryptodomex ## Tutorial to Encrypt/Decrypt Files: 1. Open the Application and Click SELECT FILE Button and select your file e.g. "mydoc.pdf" (OR You can add path manually). 2. Enter your Key (This should be alphanumeric letters). Remember this so you can Decrypt the file later. (Else you'll lose your file permanently) -3. Click ENCRYPT Button to encrypt the file. A new encrypted file with ".kryp" extention e.g. "mydoc.pdf.kryp" will be created in the same directory where the "mydoc.pdf" is. -4. When you want to Decrypt a file you, will select the file with the ".kryp" extention and Enter your Key which you chose at the time of Encryption. Click DECRYPT Button to decrypt. The decrypted file will be of the same name as before with the suffix "decrypted" for e.g. "mydoc_decrypted.pdf". +3. Click ENCRYPT Button to encrypt the file. A new encrypted file with ".encr" extention e.g. "mydoc.pdf.encr" will be created in the same directory where the "mydoc.pdf" is. +4. When you want to Decrypt a file you, will select the file with the ".encr" extention and Enter your Key which you chose at the time of Encryption. Click DECRYPT Button to decrypt. The decrypted file will be of the same name as before with the suffix "decrypted" for e.g. "mydoc_decrypted.pdf". 5. Click CLEAR Button to reset the input fields and status bar. 6. You can also Click CANCEL Button during Encryption/Decryption to stop the process or if it doesn't respond.