Task: Encrypt/decrypt of UploaderSession (bilibili) #25
Labels
Difficulty:Medium
some issue that needs a bit work with 1-2 people
Function:Uploader
Uploader related issue
Priority:Moderate 🟡
Something that is needed to be done in schedule
Range:Backend
Backend related stuff like server functionalities
State:To Do
Bro is too lazy to do stuff :skull:
Task:New Feature
the two method basically take encrypted_configuration Column from the UploaderSessionEncrypted model to encrypt/decrypt sessions
use an encrypt method to do so (symmetric maybe, single key could be dangerous so consider using multiple keys)
and when decrypt it generates a object of the Session
the sessions should be injected into Uploaders module when startup (take records from database and decrypt, then put the uploader factory method into the module)
The text was updated successfully, but these errors were encountered: