diff --git a/frontend.py b/frontend.py new file mode 100644 index 0000000..fb1ab2e --- /dev/null +++ b/frontend.py @@ -0,0 +1,22 @@ +import base64 +import hashlib +import string +import time +#from libexam.py import * + +def __init__(): + print("test") + +print(""" + ___ ___ __ + / / /__/ / / + / / ___ / /___ ____ __ __ _____ __ __ __ + / / / / / __ / / _ / \\ \\/ / / __ / / / / / + / / / / / /_/ / / /__/ / /\\ \\ / /_/ / / /__/ / + /__/ /__/ /_____/ /____/ /_/ \\_\\ /____/_/ /__/ /__/ + + Coded by Crimson Hawk + """) + + +print(f"libexam frontend UI initiated") \ No newline at end of file diff --git a/libexam.py b/libexam.py index a67b2bd..0477f19 100644 --- a/libexam.py +++ b/libexam.py @@ -108,7 +108,6 @@ class libexam: self.password = passwordf.readline() if (rhash == ehash): print(f"Hashes match: {rhash}\n") - break else: print( f"Hashes does not match !\nExpected: {ehash}\nGot: {rhash}\n")