openssl and DES

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • nrivera.eng@gmail.com

    #1

    openssl and DES

    I need a sample code for a DES encrypt/decrypt app in C++ that uses
    openssl libraries to encrypt / decrypt the data.

    Thanks,
    NR

  • Jack Klein

    #2
    Re: openssl and DES

    On 28 Jun 2005 15:54:49 -0700, nrivera.eng@gma il.com wrote in
    comp.lang.c:
    [color=blue]
    > I need a sample code for a DES encrypt/decrypt app in C++ that uses
    > openssl libraries to encrypt / decrypt the data.
    >
    > Thanks,
    > NR[/color]

    First, this is comp.lang.c, and C++ is off-topic here. There is
    comp.lang.c down the hall, but they don't like people just posting to
    ask for source code anymore than we do here.

    Try a Google search.

    --
    Jack Klein
    Home: http://JK-Technology.Com
    FAQs for
    comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html
    comp.lang.c++ http://www.parashift.com/c++-faq-lite/
    alt.comp.lang.l earn.c-c++

    Comment

    • CBFalconer

      #3
      Re: openssl and DES

      nrivera.eng@gma il.com wrote:[color=blue]
      >
      > I need a sample code for a DES encrypt/decrypt app in C++ that
      > uses openssl libraries to encrypt / decrypt the data.[/color]

      That's nice. Also nothing to do with this newsgroup.

      --
      "A man who is right every time is not likely to do very much."
      -- Francis Crick, co-discover of DNA
      "There is nothing more amazing than stupidity in action."
      -- Thomas Matthews

      Comment

      Working...