secret
secret copied to clipboard
Helper for encrypting/decrypting files?
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?