with open('encrypted_file.dat', 'rb') as file: encrypted_data = file.read()
decrypted_data = f.decrypt(encrypted_data) how to decrypt http custom file exclusive
f = Fernet(key)