Releases: lasercata/Typt
Releases · lasercata/Typt
Typt_v1.0.2
Typt_v1.0.1
Improvements
- When opening a file or saving, the program remember the location ;
- When opening a file, try to decrypt it only if its extention is
'.typt'
(ext == '.typt'
instead ofext != '.txt'
) ; - Adding a
Set password
action inEncryption
menu ; - It is possible to save unencrypted files, just select an other extention than
.typt
when saving ; - Adding a label to see if there is a password set ;
Corrections
- Saving and encrypting file using bytes mode.
Typt_v1.0.0
Initial version of Typt.
- Secure raw text editor ;
- Save files encrypted with AES-256-CBC ;
- Can open multiple files in multiples tabs ;
- Drag and drop file open it in a new tab.