diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -29,11 +29,13 @@ To decrypt a file that was encrypted using `decrypt.nvim` without the plugin just run: ``` -cat encrypted.txt \ +tail -n +2 encrypted.txt \ | base64 --decode \ | openssl enc -d -aes-256-cbc -pbkdf2 -salt -in - -out - -k {PASSWORD} ``` +Or use the provided [decrypt.sh](decrypt.sh) + ## TODO - [ ] Store the password in a local scope in the plugin instead of as a buffer |
