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

Helper for sharing small secret with one other? #24

Open
hadley opened this issue Aug 1, 2017 · 3 comments
Open

Helper for sharing small secret with one other? #24

hadley opened this issue Aug 1, 2017 · 3 comments
Labels
feature a feature request or enhancement

Comments

@hadley
Copy link

hadley commented Aug 1, 2017

It would be handy to have a little function like:

share_secret(with = github_key("hadley"))

If the first argument was absent, this would pop up a dialog box.

It would generate the code that the recipient needs to run to decyrpt the secret, e.g

secret::decrypt("asdfljasflkasjdflksadjlkdsajaklsjfkldjasklfd")
@gaborcsardi
Copy link
Owner

Where would it put the ciphertext?

@hadley
Copy link
Author

hadley commented Aug 1, 2017

It would generate the decrypt() call and print it.

@gaborcsardi
Copy link
Owner

Oh, I see, sorry, was reading too quickly.

Yeah, makes sense.

@gaborcsardi gaborcsardi added the feature a feature request or enhancement label May 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants