secret
secret copied to clipboard
Helper for sharing small secret with one other?
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")
Where would it put the ciphertext?
It would generate the decrypt() call and print it.
Oh, I see, sorry, was reading too quickly.
Yeah, makes sense.