secret icon indicating copy to clipboard operation
secret copied to clipboard

Helper for encrypting/decrypting files?

Open hadley opened this issue 8 years ago • 1 comments

i.e. generate secure password for symmetric encryption, encrypt file using password and store the password in the vault

hadley avatar Aug 02 '17 15:08 hadley

That's basically just secret::add_secret(value = readBin(...)) I think. I am not sure if it is worth a helper. Maybe an example in the docs is enough?

gaborcsardi avatar Aug 02 '17 15:08 gaborcsardi