CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: aksara

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    803

    This is continuation of rhat program code

    blowfish.h2
    // blowfish.h2 header file containing random number tables

    static DWORD bf_P[NPASS + 2] = {
    0x243f6a88, 0x85a308d3, 0x13198a2e, 0x03707344,
    0xa4093822, 0x299f31d0, 0x082efa98,...
  2. Replies
    0
    Views
    669

    This is continuation of rhat program code

    blowfish.h2
    // blowfish.h2 header file containing random number tables

    static DWORD bf_P[NPASS + 2] = {
    0x243f6a88, 0x85a308d3, 0x13198a2e, 0x03707344,
    0xa4093822, 0x299f31d0, 0x082efa98,...
  3. Can anybody plese help me for executing this program code and getting output

    // blowfish.h
    // interface file for blowfish.cpp
    // _THE BLOWFISH ENCRYPTION ALGORITHM_
    // by Bruce Schneier
    // Revised code--3/20/94
    // Converted to C++ class 5/96, Jim Conger

    #define...
  4. Replies
    1
    Views
    1,083

    code problem to execute

    #include <stdio.h>
    #include <stdlib.h>

    #include <openssl/pem.h>
    #include <openssl/conf.h>
    #include <openssl/x509v3.h>
    #include <openssl/pkcs12.h>
    #include <openssl/evp.h>
    #include...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured