OpenSource projects of KissCode Systems Start Page English Hungarian

This project is for creating an application to store our sensitive key-value data (typically passwords) based on command line and java technologies.

We have tried to develop an application that is secure as possible.
The main goals we have successfully achieved are readable in the application
using the "java -jar MyPwStock.jar application story" command:

  • there are no passwords written to disk in plain text format
  • there are unencrypted passwords in the system memory only in mutable objects
  • there are unencrypted passwords in the system memory while they are needed
  • the file and password operations are fully logged

MyPwStock on github.