Skip to content

Releases: koh-gt/passwordtext

passwordtext v1.1

18 Dec 20:42
d2daf4e
Compare
Choose a tag to compare

Menu improvements
You will remain in the actions menu of the file even after completing your action.
Your previous menu selection will be restored.

passwordtext v1.0

10 Dec 21:29
2b88129
Compare
Choose a tag to compare

Usable release
WASD or arrow keys to navigate, enter to select.
Works on txt files.

Known issues: high loop cpu usage. will fix in v1.1

passwordtext v1.0b

07 Dec 19:01
0dc2de0
Compare
Choose a tag to compare

UI complete, not yet refined, encryption and decryption possible. May have bugs.

passwordtext v0.3

07 Dec 18:59
0dc2de0
Compare
Choose a tag to compare
passwordtext v0.3 Pre-release
Pre-release

Not yet ready. UI complete. Encryption functions complete.

Remaining work
Directory enter and exit.
Open files
Encrypting file and decrypting file dialog boxes

passwordtext v0.2

10 Sep 19:36
f798235
Compare
Choose a tag to compare
passwordtext v0.2 Pre-release
Pre-release

Fix: Salt no longer needed for decryption. Encryption requires both password and salt, so that pre-computed hash tables cannot be used since the same password and data can have different hash values for a different salt value.

Contains powershell functions and examples.
You can modify the script to encrypt and decrypt.
Future releases inbound.

passwordtext v0.1

17 Aug 18:03
f798235
Compare
Choose a tag to compare
passwordtext v0.1 Pre-release
Pre-release

Contains powershell functions and examples.
You can modify the script to encrypt and decrypt.
Future releases inbound.