वर्तमान में, जवाब हां!
नहीं है एक काफी नई GitHub भंडार है कि इस तरह फ़ाइलों का डिक्रिप्शन के लिए एक उपकरण प्रदान करता है। फाइलें खुद एईएस-एनक्रिप्टेड होती हैं (जिसे रिजेंडेल डिक्रिप्शन मॉड्यूल का उपयोग करके डिक्रिप्ट किया जाता है ) - इसलिए यह वास्तव में आश्चर्यजनक नहीं है कि वीएलसी उन्हें नहीं खोल सकता ...
ये उपकरण के लिए उपलब्ध विकल्प हैं:
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.
उदाहरण के लिए (विंडोज के लिए कुछ सामान्य सेटिंग का उपयोग करके):
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"