placeholder

Site: http://woofles.github.io/placeholder/

##Client (written in Python)

Sources Used

  1. http://eli.thegreenplace.net/2010/06/25/aes-encryption-of-files-in-python-with-pycrypto/
  2. https://launchkey.com/docs/api/encryption

Libraries Used

  1. pywin32 - http://www.lfd.uci.edu/~gohlke/pythonlibs/#pywin32
  2. Pillow (PIL) - pip install pillow
  3. PyCrypto - pip install pycrypto
  4. pyHook - http://www.lfd.uci.edu/~gohlke/pythonlibs/#pyhook
  5. pbkdf2 - pip install pbkdf2
  6. psutil - pip install psutil

##Installer (written in Java)

Library Used

  1. Java Native Access (JNA) - https://github.com/twall/jna#readme Using both jna.jar and jna-platform.jar