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

Add basic encryption support to ok #419

Merged
merged 10 commits into from
May 4, 2020
Merged

Add basic encryption support to ok #419

merged 10 commits into from
May 4, 2020

Conversation

kavigupta
Copy link
Contributor

@kavigupta kavigupta commented May 3, 2020

CLI includes

  • python3 ok --generate-encryption-key KEYFILE: generates a file containing encryption keys for ok tests and source code files. This is mainly for testing purposes in practice a key file will be provided.
  • python3 ok --encrypt KEYFILE: encrypts in place each file with its corresponding key from the key file.
  • python3 ok --decrypt key1 key2... keyn: decrypts in place each file that corresponds to each decryption key

@kavigupta kavigupta merged commit a4e990b into master May 4, 2020
@kavigupta kavigupta deleted the encryption branch May 4, 2020 08:01
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.

2 participants