Initial commit - Source code

This commit is contained in:
2026-03-17 19:54:11 +00:00
commit e5fcbc24d5
9 changed files with 220 additions and 0 deletions

8
src/decrypt.py Normal file
View File

@@ -0,0 +1,8 @@
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