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

Implement Support For Project Encryption #373

Merged

Conversation

rjra2611
Copy link
Member

@rjra2611 rjra2611 commented Oct 13, 2023

  • Add lean encrypt / lean decrypt commands: Encrypt / Decrypt files on disk
  • Update lean cloud pull
    • Add --encrypt flag: encrypt files from the cloud (if required) in memory and write to disk, update local project's encryption state
    • Add --decrypt flag: decrypt files from the cloud (if required) in memory and write to disk, update local project's encryption state
  • Update lean cloud push
    • Add --encrypt flag: encrypt local files (if required) in memory and push to cloud, update cloud project's encryption state
    • Add --decrypt flag: decrypt local files (if required) in memory and push to cloud, update cloud project's encryption state
  • Add Tests
  • Closes LEAN CLI / Encrypted Project Decryption #368

Copy link
Member

@Martin-Molinero Martin-Molinero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! 🙌

@Martin-Molinero Martin-Molinero merged commit 88b9e3d into QuantConnect:master Oct 17, 2023
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LEAN CLI / Encrypted Project Decryption
2 participants