Skip to content

DevLARLEY/cdeledu-decrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CDEL-Edu 正保远程教育 (China Distance Education Holdings Ltd.) Decrypter

This is a pure C# implementation of the proprietary key encryption done by CdelEdu.
The WebAssembly firstly modifies the raw key a bit, base64 decodes it and then decrypts it using the custom cipher.
The resulting key/iv pair can be used to decrypt the video file using AES-CBC.

Usage

CdelEdu Key Decrypter by github.com/DevLARLEY
Usage: CdelEduDecrypt.exe [key]

Build

dotnet publish

About

Reverse engineered C# implementation of CdelEdu's key encryption

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages