Search:

Type: Posts; User: Naveen11@

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    7,088

    Actually i forgot to change the key length...

    Actually i forgot to change the key length
    Blowfish_Init (&ctx, (unsigned char*)"Kn0wed&e1s^0wER", 15);


    Reading symbols from ./a.out...done.
    (gdb) run technology
    Starting program:...
  2. Replies
    4
    Views
    7,088

    > /* you could replace this with a new key of...

    > /* you could replace this with a new key of course */
    > Blowfish_Init (&ctx, (unsigned char*)"TESTKEY", 7);

    In these is there we can use any range of length or their is any...
  3. Replies
    4
    Views
    7,088

    Wrapper functions for encryption

    I have executed the blowfish algorithm and my output for string is


    Encrypting string(12): technologies
    (0) ENC_DUMP: t->0x9BB46254476C, e->0x1C458C4D7E5D5
    (2) ENC_DUMP: c->0x1733846EEDDF5,...
  4. Replies
    6
    Views
    4,032

    Ya well awesome i got an ouptut,hats off to your...

    Ya well awesome i got an ouptut,hats off to your suggestion.
  5. Replies
    4
    Views
    3,672

    Hi BpB, Ya well, is there any way to work...

    Hi BpB,
    Ya well, is there any way to work because the code is in c language and c is major for all the other language.
  6. Replies
    4
    Views
    3,672

    Hi levenstein, Not exactly! I have an function...

    Hi levenstein,
    Not exactly! I have an function in php in the format of in-built source code file of that function in c language.So now what i do is that on compile the c file i got an executable...
  7. Replies
    4
    Views
    3,672

    c compiler to php compiler

    I have an code with executable file in c language basically my os is an linux.i want that executable .exe file to execute in the php compiler how can i do it.for example i have taken a simple hello...
  8. Replies
    6
    Views
    4,032

    Hi,algorism I didn't get your point.Can you tell...

    Hi,algorism
    I didn't get your point.Can you tell me exactly where i have to change.

    Actually the question itself i used scanf its not actually scanf it is printf there is no edit option in...
  9. Replies
    6
    Views
    4,032

    Hi salem, 1.Then how can i execute the code give...

    Hi salem,
    1.Then how can i execute the code give me a suggestion to do it.
    2.ya ofcourse when i use %s it throws me a message like Segmentation fault(core dumped) for that i search it on web it...
  10. Replies
    6
    Views
    4,032

    Format specifiers error

    Hi,when i execute my code i got an error message like

    warning: format ‘%lf’ expects argument of type ‘double *’, but argument 3 has type ‘char **’ [-Wformat=]
    scanf("Encrypting string(%d):...
  11. Replies
    1
    Views
    1,693

    how to use the blowfish algo

    Hi,I executed the blowfish algo but i end with some message like segmentation fault(core dumped) after refer the website about the messsage that to change the format specifier %s to %f.
    Here is the...
Results 1 to 11 of 11