Search:

Type: Posts; User: ratte

Search: Search took 0.00 seconds.

  1. Thread: Bitshift Crypt

    by ratte
    Replies
    11
    Views
    3,732

    the former one, yes i tried to use google - but i...

    the former one, yes i tried to use google - but i couldn't find a sample of code for that.
  2. Thread: Bitshift Crypt

    by ratte
    Replies
    11
    Views
    3,732

    it's for real. can you please show me an...

    it's for real.

    can you please show me an example crypt/encrypt my password with "asymetric key pairs"?
  3. Thread: Bitshift Crypt

    by ratte
    Replies
    11
    Views
    3,732

    thanks a lot for all your replies. I need to...

    thanks a lot for all your replies.
    I need to store the password a user needs to have acccess to a database. so i can't do the asymetric way 'cause there's no hash to compare with.

    If I got it...
  4. Thread: Bitshift Crypt

    by ratte
    Replies
    11
    Views
    3,732

    Bitshift Crypt

    Hi guys,

    when you have to crypt a password a way that it can be decrypted by another algorithm (no hashsums - no one way password) would you probalby use c bitshifts?

    What way would you...
  5. Replies
    9
    Views
    2,054

    I'll have a look if there's something (maybe...

    I'll have a look if there's something (maybe plugin) provided in code::blocks
  6. Replies
    9
    Views
    2,054

    is there no gcc define that counts the number of...

    is there no gcc define that counts the number of builds of that file?

    would be the easiest to output like BUILDNR...
  7. Replies
    9
    Views
    2,054

    ok sounds good but how do i count every build...

    ok sounds good but how do i count every build process?
  8. Replies
    9
    Views
    2,054

    Automatic build number on about page

    Hi guys,

    i have a already finish application in which i use an about dialog frame to show the application version. I also would like to show the build number for better versioning.

    Is there...
  9. Replies
    10
    Views
    15,472

    doesn't solve my problem. the app has a window...

    doesn't solve my problem. the app has a window frame in which events are captured but not outside of that.

    I need xserver events and not those of that frame.

    thanks anyway ;)
  10. Replies
    10
    Views
    15,472

    thanks a lot, look good. I will try to make...

    thanks a lot, look good.

    I will try to make the best out of it and then reply again ;)
  11. Replies
    10
    Views
    15,472

    I had a look at several linux keylogging tool and...

    I had a look at several linux keylogging tool and how they do it. Mostly by reading the device and translating the raw information. but that's not perfect for my aims because you need root access for...
  12. Replies
    10
    Views
    15,472

    just found the xeyes sources in Xorg apps dir....

    just found the xeyes sources in Xorg apps dir. xeyes is not exactly what i need. It is able to follow the mouse moves even if there're outside the application window but it can't detect clicks...
  13. Replies
    10
    Views
    15,472

    I thought the same but i couldn't find it even it...

    I thought the same but i couldn't find it even it must be open source.
    It's part of the X11 source package that means implementation must be something like this:



    #include <stdio.h>
    #include...
  14. Replies
    10
    Views
    15,472

    get keyboard and mouse events

    Hi guys,

    I would like to catch all mouse and keyboard events system wide like it can be done with winapi "mouseProc". I'm searching for a resolution for almost 3 days now but i can't find...
Results 1 to 14 of 14