topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Wednesday April 24, 2024, 2:05 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: IDEA: Secure Keylogger (asymmetric crypto, not hidden!)  (Read 6168 times)

cakruege

  • Participant
  • Joined in 2010
  • *
  • default avatar
  • Posts: 2
    • View Profile
    • Donate to Member
IDEA: Secure Keylogger (asymmetric crypto, not hidden!)
« on: February 15, 2010, 02:45 PM »
I'm looking for a secure keylogger for checking what happend on the system.

Normal/spy keyloggers compromise system security, because every password is written plain or poorly encrypted to hdd.
I'd like to have an keylogger that encrypts the log file with asymmetric crypto and only the public key should reside on the logged system.
Generate one time asymmetric key pair, copy pub key to logging system, the logger should create every x minutes a new symmetric key and should store that encrypted with pubkey along the logfile.
The keystrokes should encrypted symmetric.

The logger should add an tray icon that indicates the logging.

Because of the security implications it would be great if it's open source.