ปัจจุบันคำตอบคือใช่!
มีพื้นที่เก็บข้อมูล GitHub ที่ค่อนข้างใหม่ซึ่งมีเครื่องมือสำหรับการถอดรหัสไฟล์ดังกล่าว ตัวไฟล์นั้นถูกเข้ารหัสด้วย AES (ซึ่งถูกถอดรหัสโดยใช้โมดูลถอดรหัส Rijndael ) - ดังนั้นจึงไม่น่าแปลกใจจริงๆที่ VLC ไม่สามารถเปิดได้ ...
ตัวเลือกเหล่านี้เป็นตัวเลือกสำหรับเครื่องมือ:
Usage (Directory): LyndaDecryptor /D PATH_TO_FOLDER [OPTIONS]
Usage (File): LyndaDecryptor /F ENCRYPTED_FILE DECRYPTED_FILE [OPTIONS]
Flags:
/D Source files are located in a folder.
/F Source and Destination file are specified.
/DB Search for Database or specify the location on your system.
/RM Removes all files after decryption is complete.
/OUT Specifies an output directory instead of using default directory.
ตัวอย่างเช่น (ใช้การตั้งค่าทั่วไปบางอย่างสำหรับ Windows):
LyndaDecryptor /D "E:\PATH_TO_COURSES\ldc_dl_courses\COURSE_NUM" /DB "C:\Users\USERNAME\AppData\Local\lynda.com\Lynda.com Desktop App\db.sqlite" /OUT "E:\OUTPUT_PATH"