https://github.com/agucova/triplew
🔑 A triplesec wrapper (bash) for encrypting/decrypting files.
https://github.com/agucova/triplew
cybersecurity decrypt-files encryption triplesec wrapper
Last synced: 10 months ago
JSON representation
🔑 A triplesec wrapper (bash) for encrypting/decrypting files.
- Host: GitHub
- URL: https://github.com/agucova/triplew
- Owner: agucova
- License: mit
- Created: 2016-09-01T22:15:37.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-06-27T21:09:44.000Z (almost 7 years ago)
- Last Synced: 2025-08-23T22:22:02.231Z (10 months ago)
- Topics: cybersecurity, decrypt-files, encryption, triplesec, wrapper
- Language: Shell
- Homepage: https://agucova.github.io/triplew/
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# triplew
A [triplesec](https://keybase.io/triplesec/) wrapper (bash) for encrypting/decrypting files.
___________ .__ .__ _________
\__ ___/______|__|_____ | | ____ / _____/ ____ ____
| | \_ __ \ \____ \| | _/ __ \ \_____ \_/ __ \_/ ___\
| | | | \/ | |_> > |_\ ___/ / \ ___/\ \___
|____| |__| |__| __/|____/\___ >_______ /\___ >\___ >
|__| \/ \/ \/ \/
## Getting Started
### Prerequisites
You need to have the triplesec python library installed, to install it with pip:
`$ pip install triplesec`
### Installing
You can get the script directly [here](https://raw.githubusercontent.com/agucova/triplew/master/triplew).
The script doesn't need any superuser privileges, just access to the files.
## Usage Examples
To encrypt a file:
`$ triplew enc p4ssw0rd confidential.md`
To decrypt a file:
`$ triplew dec p4ssw0rd confidential.md.triple`
*NOTE: The script automatically deletes your bash history to prevent the password to be found.*
_I don't know if this is a safe method of retrieving the password, so any help is appreciated._
## License
This script is licensed with the [MIT License](https://opensource.org/licenses/MIT).