Typt - Type and encrypt, an encrypted text editor
Find a file
Lasercata 2135ce99ec
Update [AskPwd.py] to {v1.2}
Using now `sha256(SecHash(text, 512))` for the password derivation.
2021-06-10 18:48:12 +00:00
Data Upload Typt_v1.0.0 2021-05-23 17:25:37 +00:00
Languages Update languages 2021-05-31 00:07:47 +02:00
modules Update [AskPwd.py] to {v1.2} 2021-06-10 18:48:12 +00:00
Style Upload Typt_v1.0.0 2021-05-23 17:25:37 +00:00
LICENSE Initial commit 2021-05-23 17:23:56 +00:00
README.md Update README.md 2021-05-31 09:34:29 +00:00
Typt_gui.py Update [Typt_gui.py] to {v1.2.1} 2021-05-31 09:53:35 +00:00
version.txt Update version.txt 2021-05-31 00:07:22 +02:00

Typt - Type and encrypt

Typt is a secure raw text editor that save text encrypted with the symetrical algorithm AES-256-CBC. You can open multiple files at the same tab, in multiple tabs. Drag and drop a file in the editor open it in a new tab.

Requirements

To run the python script, you need to have :

Else you should be able to run the software by downloading the build version for your OS (Linux or Windows, compiled with pyinstaller or auto-py-to-exe) in releases.

Installing

You can download directly the source code, or the last release, as you prefer. If you don't want to download Python3 and PyQt5, you can download the last release zip file that contain a build version for your OS (Windows or Linux).

Source code

Download or clone the repository :

git clone https://github.com/lasercata/Typt.git

Make the launchers executable :

cd Typt
chmod +x *.py

Release

Go to releases, and download the zip file for your OS. Then unzip it.

Running

In the main directory, run ./Typt_gui.py to run the python script. Else you can run ./Typt_gui for Linux build, or Typt_gui.exe for Windows build.

To open file from command line, run ./Typt_gui.py [files...]. For command line help, type ./Typt_gui.py -h. Show version : ./Typt_gui.py -v.

Authors

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details