Separate self-encryption

If your company's LMS already uses a separate encryption method, it is possible to port it to the Elice server. Since the Elice server is based on Python 3, you can share the Python 3 code that implements encryption/decryption. Alternatively, if you are using a standardized encryption method such as AES, DES, TripleDES, etc., you can provide code written in languages such as JavaScript, Java, C#, Golang to implement it.

If you choose to use separate custom encryption, select "Other" as the "Token Method" in the "Integration Settings" menu of the Elice institution management page. In the text input field, enter the URL provided by the Elice developer (this URL is the address where the server for decrypting the separate custom encryption method is implemented).

Last updated