A simple code to generate the .seb file #48
Replies: 3 comments 9 replies
-
For simply create a SEB configuration file, please use the SEB Configuration Tool |
Beta Was this translation helpful? Give feedback.
-
For how to encrypt and package the plain plist file, please refer to the SEB File Format Documentation Or if this is not working, please send us the error message and logs of SEB that refuses the configuration. |
Beta Was this translation helpful? Give feedback.
-
This is the SEB Configuration Tool. There is no other official specific library in a specific language that does this.
There is no public hosting or service for SEB Server yet. But you can setup one by yourself. |
Beta Was this translation helpful? Give feedback.
-
Hello.
We have a very short time to implement SEB into our existing LMS solution. We understand how the .SEB files are structured and formatted (XML in PList format, encrypted and then gziped). We also understand that the SEB server is the new way to issue/generate SEB config files via API. But we simply don't need all of that; the plan is to simply generate (programmatically) a .SEB for each exam/student session, and ask the student to download it and open it via SEB. Now we cannot figure out how to do that!
Started with a simple XML config like so
Now, we need to encypt it, then gzip it, and simply push it to the trainee, right? But the SEB refuses to read it.
Please, is there a simple way to do that, we want to push this as soon as possible. Thanks
Beta Was this translation helpful? Give feedback.
All reactions