Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task: Encrypt/decrypt of UploaderSession (bilibili) #25

Open
MiMiTooU opened this issue Dec 21, 2024 · 0 comments
Open

Task: Encrypt/decrypt of UploaderSession (bilibili) #25

MiMiTooU opened this issue Dec 21, 2024 · 0 comments
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

Comments

@MiMiTooU
Copy link
Member

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)

@MiMiTooU MiMiTooU added Priority:Moderate 🟡 Something that is needed to be done in schedule Range:Backend Backend related stuff like server functionalities Difficulty:Medium some issue that needs a bit work with 1-2 people State:To Do Bro is too lazy to do stuff :skull: Task:New Feature Function:Uploader Uploader related issue labels Dec 21, 2024
@MiMiTooU MiMiTooU moved this to Todo in EasyRepost Dec 21, 2024
@MiMiTooU MiMiTooU changed the title Encrypt/decrypt of UploaderSession (bilibili) Task: Encrypt/decrypt of UploaderSession (bilibili) Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
Status: Todo
Development

No branches or pull requests

1 participant