bmike2047 / secured-text2file-v2

Secure store any text to an AES256 zip file. Can be used as a password manager also.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Secured Text 2 File v2

Description
Secure store any text to an AES256 zip file.
Can be used as a password manager also.
Output file defaults to info.bin in the current directory. This can be changed if needed.
While there are a lot of self-extracting archive managers with encryption, this little program has the advantage that it extracts and display the content of the encrypted file in his little frame without the need to use an external text editor.
This eliminates the step to delete the raw sensible file after visualization/decryption that can lead to other security problems, like forgetting to empty the recycle bin.

E.g: Encrypt your drive with bitlocker then use this program to add an extra security layer for your important text/passwords.

Features summary:

  1. No need for external editor to view your decrypted text
  2. No need to delete your decrypted text after you've read it
  3. Leaves no footprint like temp files
  4. No network connections
  5. Meaningless random file name inside the zip file

Usage:
To generate the bin files use the following gradle tasks and check the ./build folder:
installDist for a java distribution.
jlinkZip to generate native OS executable.

Screenshot:

About

Secure store any text to an AES256 zip file. Can be used as a password manager also.


Languages

Language:Java 100.0%