Skip to content
This repository was archived by the owner on Jul 5, 2024. It is now read-only.
This repository was archived by the owner on Jul 5, 2024. It is now read-only.

Change implementation of OneDriveAPISession #40

@derrix060

Description

@derrix060

OneDriveAPISession is using keyring at the moment and this requires some specifics from the environment that it is running on. Changing to a nice encryption method (like keyring).

one good start: https://cryptography.io/en/latest/fernet/#using-passwords-with-fernet.

The salt could be generated once and stored in the default config file, so it can be changed by the user if necessary.

The password could be some env variable, saved into a file or even as an argument. Remembering that this password/salt is specific per user.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions