Skip to content

renatokrause/KeyloggerForWindows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

KeyloggerForWindows

Keylogger for Windows

Generate keys:

openssl.exe genrsa -des3 -out private.pem 4096
openssl.exe rsa -in private.pem -outform PEM -pubout -out public.pem

And compile:

gcc -static klg.c -o "klg.exe" -I C:\cygwin64\user\include\openssl\ -L C:\cygwin64\lib\ -lcrypto.dll
gcc -static decrypt.c -o decrypt.exe -I C:\cygwin64\user\include\openssl\ -L C:\cygwin64\lib\ -lcrypto.dll

About

Keylogger for Windows

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages