Search:

Type: Posts; User: Casablanca; Keyword(s):

Search: Search took 0.03 seconds; generated 18 minute(s) ago.

  1. Replies
    17
    Views
    24,822

    It's good to know... I never heard of it thanx

    It's good to know... I never heard of it

    thanx
  2. Thread: C++ Help

    by Casablanca
    Replies
    9
    Views
    4,887

    I have noticed that there is a curly bracket...

    I have noticed that there is a curly bracket missing between the int main() and do...
    you actually have it as

    #include ..... blah blah

    int main()
    do
    {
    ....
    }
  3. Replies
    17
    Views
    24,822

    Fix one little problem

    Right... this is the final version of the class TRHCryptor using the algorithm described. It fixes one little problem that occurs in the previous versions. Now, x is not allowed to be negative.
    ...
  4. Replies
    17
    Views
    24,822

    Modified version

    Hi again... Ihave been revising my code and realized I could modify it to make it clear and waste less memory. Now the main key is always of type double, although the user inputs it as an int. These...
  5. Replies
    17
    Views
    24,822

    shareware/demo

    Well, it sounds to me like the demo is better than the shareware...

    One question... what does "rls" mean? (Real Lamer shite?... maybe?)
  6. Replies
    17
    Views
    24,822

    On other thing. I do not quite understand what...

    On other thing. I do not quite understand what you mean when you say...

    FInterval = h = 1 to 100
    ncMaxXO = 0xFFFFFFFF
    X = x = FX

    Because h != FInterval. FInterval is the number of times the...
  7. Replies
    17
    Views
    24,822

    hmm... my big fault

    I am kind of sorry for messing things up so badly. So it happens that the equation is not quite what I stated earlier, but rather....

    x = h*x*(1-x)

    or

    x = h*(x - x^2)

    and h = 4 is...
  8. Replies
    17
    Views
    24,822

    why shareware

    There actually no reason for making it shareware other than for advertising me ;). Ypu r absolutely right about having more protection if I wanted to make it demo/shareware properly... but I am not...
  9. Replies
    17
    Views
    24,822

    Source Code + explanation of algorithm

    Right... sorry for my last message, it is clear that I have not explained the algorithm properly at all. I include the C++ class that is the heart of the encryption (lets call it the encrypting...
  10. Replies
    17
    Views
    24,822

    Algorithm encryption

    Hello all!
    this is the first message I write on this forum. The reason for me writting here is that I have coded an Encrypting/Decrypting Win32 based program using an algorithm that, as far as I...
Results 1 to 10 of 10