Dec-25-2022, 07:28 AM
import unrar # Open the RAR3 file rar = unrar.RarFile('hash.rar') # Get the password hash of the RAR3 file password_hash = rar.password_hash # Print the password hash print(password_hash)Error message that I am getting can't find a way to resolve this
Error:AttributeError: partially initialized module 'unrar' has no attribute 'RarFile' (most likely due to a circular import)