8 lines
214 B
Python
8 lines
214 B
Python
import os
|
|
import re
|
|
import struct
|
|
from cryptography.fernet import Fernet
|
|
|
|
def decrypt_and_unpack(input_file, key_file, output_folder):
|
|
print(f"\n Error: No se cuentra la funcionalidad de descifrado")
|
|
return |