[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

๐Ÿ”‘ A triplesec wrapper (bash) for encrypting/decrypting files.

License

Notifications You must be signed in to change notification settings

agucova/triplew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

10 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

triplew

A 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.

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.

MIT License

About

๐Ÿ”‘ A triplesec wrapper (bash) for encrypting/decrypting files.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages