Open hadley opened 7 years ago
i.e. generate secure password for symmetric encryption, encrypt file using password and store the password in the vault
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?
secret::add_secret(value = readBin(...))
i.e. generate secure password for symmetric encryption, encrypt file using password and store the password in the vault