diff --git a/main py/FKeys/test1.txt_file.key b/main py/FKeys/test1.txt_file.key new file mode 100644 index 0000000..fb5877e --- /dev/null +++ b/main py/FKeys/test1.txt_file.key @@ -0,0 +1 @@ +kDiRqIL9-0dJhJIwaKytEwptsKjro3oZ4Rp9wOe9vB8= \ No newline at end of file diff --git a/main py/Fdecry.py b/main py/Fdecry.py index cc8cab7..73aecca 100644 --- a/main py/Fdecry.py +++ b/main py/Fdecry.py @@ -64,7 +64,7 @@ def decrypt_folder(folder_path, key): def Fdecry(): logo() - path = input("Enter the path of the file or folder to decrypt: ") + path = input("Enter the path of the file or folder to \033[96mDECRYPT\033[0m: ") if not os.path.exists(path): print("Error: The provided path does not exist.") diff --git a/main py/Fencry.py b/main py/Fencry.py index 5bb6656..911c661 100644 --- a/main py/Fencry.py +++ b/main py/Fencry.py @@ -61,7 +61,7 @@ def encrypt_folder(folder_path, key): def Fencry(): logo() - path = input("Enter the path of the folder or file to encrypt: ") + path = input("Enter the path of the folder or file to \033[91mENCRYPT\033[0m : ") # Check if the path is in the same directory as Fencry.py script_dir = os.path.dirname(os.path.abspath(__file__)) diff --git a/main py/main.py b/main py/main.py index cc233cd..1bbeace 100644 --- a/main py/main.py +++ b/main py/main.py @@ -14,34 +14,40 @@ import Fdecry import time -ver = "0.3.1 beta" -def logo(): # https://patorjk.com/software/taag/#p=display&f=Big&t=KeyGuardian%20v0.3.1%20beta +#ver = "0.3.1 beta" +def logo(): # https://patorjk.com/software/taag/#p=display&f=Big&t=KeyGuardian os.system("cls" if os.name == "nt" else "clear") #print("\n\n") - print("\033[96m" + "{:^80}".format("KeyGuardian v"+ver) + "\033[0m") + print("\033[96m" + "{:^60}".format("KeyGuardian") + "\033[0m") print("""\033[92m - - _ __ _____ _ _ ___ ____ __ _ _ - | |/ / / ____| | (_) / _ \ |___ \/_ | | | | | - | ' / ___ _ _| | __ _ _ __ _ _ __ __| |_ __ _ _ __ __ _| | | | __) || | | |__ ___| |_ __ _ - | < / _ \ | | | | |_ | | | |/ _` | '__/ _` | |/ _` | '_ \ \ \ / / | | | |__ < | | | '_ \ / _ \ __/ _` | - | . \ __/ |_| | |__| | |_| | (_| | | | (_| | | (_| | | | | \ V /| |_| | ___) || | | |_) | __/ || (_| | - |_|\_\___|\__, |\_____|\__,_|\__,_|_| \__,_|_|\__,_|_| |_| \_/ \___(_)____(_)_| |_.__/ \___|\__\__,_| - __/ | by:\033[91m D4NT3\033[0m\033[92m + _ __ _____ _ _ + | |/ / / ____| | (_) + | ' / ___ _ _| | __ _ _ __ _ _ __ __| |_ __ _ _ __ + | < / _ \ | | | | |_ | | | |/ _` | '__/ _` | |/ _` | '_ \ + | . \ __/ |_| | |__| | |_| | (_| | | | (_| | | (_| | | | | + |_|\_\___|\__, |\_____|\__,_|\__,_|_| \__,_|_|\__,_|_| |_| + __/ | by:\033[91m D4NT3\033[0m\033[92m |___/ \033[0m""") + +def cls(): + os.system("cls" if os.name == "nt" else "clear") def identify_hash(): + cls() identifyhash.identify_hash() def hash(): + cls() hashify.hashify() #print("Hashifying function") def F_encry(): + cls() Fencry.Fencry() #print("Encryption function") def F_decry(): + cls() Fdecry.Fdecry() #print("Decryption function") @@ -55,6 +61,7 @@ def exit_program(): def main(): while True: try: + cls() logo() print("\nMenu:") print("1. Identify Hash") diff --git a/papers/PPR1/KeyGuardian_PPR_Final.docx b/papers/PPR1/KeyGuardian_PPR_Final.docx new file mode 100644 index 0000000..3290dd3 Binary files /dev/null and b/papers/PPR1/KeyGuardian_PPR_Final.docx differ diff --git a/papers/PPR1/KeyGuardian_PPR_Final.pdf b/papers/PPR1/KeyGuardian_PPR_Final.pdf new file mode 100644 index 0000000..6e557c4 Binary files /dev/null and b/papers/PPR1/KeyGuardian_PPR_Final.pdf differ diff --git a/papers/PPR1/ppr3 - Copy.docx b/papers/PPR1/ppr3 - Copy.docx new file mode 100644 index 0000000..70637ef Binary files /dev/null and b/papers/PPR1/ppr3 - Copy.docx differ diff --git a/papers/PPR1/ppr3.docx b/papers/PPR1/ppr3.docx new file mode 100644 index 0000000..70637ef Binary files /dev/null and b/papers/PPR1/ppr3.docx differ diff --git a/papers/PPR3/KeyGuardian_PPR_Final pg 1,2 .pdf b/papers/PPR3/KeyGuardian_PPR_Final pg 1,2 .pdf new file mode 100644 index 0000000..df39dc1 Binary files /dev/null and b/papers/PPR3/KeyGuardian_PPR_Final pg 1,2 .pdf differ diff --git a/papers/PPR3/KeyGuardian_PPR_Final.docx b/papers/PPR3/KeyGuardian_PPR_Final.docx index df5c967..6d52f0c 100644 Binary files a/papers/PPR3/KeyGuardian_PPR_Final.docx and b/papers/PPR3/KeyGuardian_PPR_Final.docx differ diff --git a/papers/PPR3/ppr3 new KeyGuardian.docx b/papers/PPR3/ppr3 new KeyGuardian.docx new file mode 100644 index 0000000..9cc2bc6 Binary files /dev/null and b/papers/PPR3/ppr3 new KeyGuardian.docx differ diff --git a/papers/PPR3/ppr3.docx b/papers/PPR3/ppr3.docx new file mode 100644 index 0000000..70637ef Binary files /dev/null and b/papers/PPR3/ppr3.docx differ diff --git a/papers/PPR3/~$ppr3.docx b/papers/PPR3/~$ppr3.docx new file mode 100644 index 0000000..9ff78f8 Binary files /dev/null and b/papers/PPR3/~$ppr3.docx differ diff --git a/papers/PPR3/~$r3 new KeyGuardian.docx b/papers/PPR3/~$r3 new KeyGuardian.docx new file mode 100644 index 0000000..314b986 Binary files /dev/null and b/papers/PPR3/~$r3 new KeyGuardian.docx differ diff --git a/papers/PPR3/~$yGuardian_PPR_Final.docx b/papers/PPR3/~$yGuardian_PPR_Final.docx new file mode 100644 index 0000000..40de1e7 Binary files /dev/null and b/papers/PPR3/~$yGuardian_PPR_Final.docx differ diff --git a/papers/PPR3/~WRL0005.tmp b/papers/PPR3/~WRL0005.tmp new file mode 100644 index 0000000..1d35b59 Binary files /dev/null and b/papers/PPR3/~WRL0005.tmp differ diff --git a/papers/Research Paper/2/KeyGuardian new Research Paper.doc b/papers/Research Paper/2/KeyGuardian new Research Paper.doc index 59ac026..372b11a 100644 Binary files a/papers/Research Paper/2/KeyGuardian new Research Paper.doc and b/papers/Research Paper/2/KeyGuardian new Research Paper.doc differ diff --git a/papers/Research Paper/Final Research Paper/PAPER_SURYA.pdf b/papers/Research Paper/Final Research Paper/PAPER_SURYA.pdf new file mode 100644 index 0000000..aac8bb3 Binary files /dev/null and b/papers/Research Paper/Final Research Paper/PAPER_SURYA.pdf differ diff --git a/papers/Research Paper/Final Research Paper/Paper Surya.docx b/papers/Research Paper/Final Research Paper/Paper Surya.docx new file mode 100644 index 0000000..bf4bfd0 Binary files /dev/null and b/papers/Research Paper/Final Research Paper/Paper Surya.docx differ diff --git a/papers/Research Paper/KeyGuardian new Research Paper.docx b/papers/Research Paper/KeyGuardian new Research Paper.docx deleted file mode 100644 index 4bc801e..0000000 Binary files a/papers/Research Paper/KeyGuardian new Research Paper.docx and /dev/null differ diff --git a/papers/Research paper References/IRJET-V11I303.pdf b/papers/Research paper References/IRJET-V11I303.pdf new file mode 100644 index 0000000..0c7907e Binary files /dev/null and b/papers/Research paper References/IRJET-V11I303.pdf differ diff --git a/papers/Research paper References/IRJET-V11I317.pdf b/papers/Research paper References/IRJET-V11I317.pdf new file mode 100644 index 0000000..bf34c5b Binary files /dev/null and b/papers/Research paper References/IRJET-V11I317.pdf differ diff --git a/papers/SYNOPSIS KEYGUARDIAN.pdf.docx b/papers/SYNOPSIS KEYGUARDIAN.pdf.docx deleted file mode 100644 index e61e3ab..0000000 Binary files a/papers/SYNOPSIS KEYGUARDIAN.pdf.docx and /dev/null differ