jorinvo / encedit

[archive] Script to edit an encrypted file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

encedit

This script helps you editing encrypted files to store secret information. It can be used as a lightweight alternative to cloud solutions like LastPass.

Usage: ./encedit <filename>

Edit an encrypted file with your default editor and save it back automatically.


To create an encrypted file use:

    openssl enc -aes-256-cbc -salt -in <filename> -out <enc-filename>

License

MIT

About

[archive] Script to edit an encrypted file

License:MIT License


Languages

Language:Shell 100.0%