encryption

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Thierry

    encryption

    Hello.

    Does anyone can give me code to encrypt/decrypt data ?

    I need a bijective function, so not md5 for instance. I also need
    something easy to use (I am newby).

    Thx.
    Titi
  • Steve

    #2
    Re: encryption

    [color=blue]
    > Does anyone can give me code to encrypt/decrypt data ?[/color]

    See <http://www.php.net/mcrypt>.

    ---
    Steve

    Comment

    • Thierry

      #3
      Re: encryption

      Steve a écrit :[color=blue][color=green]
      >>Does anyone can give me code to encrypt/decrypt data ?[/color]
      >
      >
      > See <http://www.php.net/mcrypt>.
      >
      > ---
      > Steve
      >[/color]

      Thx Steve, I looked at it. But it seems that it has to be compile... Is
      there a way to just add it into my webapp project ?

      Titi

      Comment

      • Steve

        #4
        Re: encryption

        [color=blue]
        > Thx Steve, I looked at it. But it seems that it has to be compile... Is
        > there a way to just add it into my webapp project ?[/color]

        Wait... you've got another thread
        <http://groups.google.c om/group/comp.lang.php/browse_thread/thread/dc9326f634b755b 6/6246797ebc2c8a1 2#6246797ebc2c8 a12>
        running in comp.lang.php on the same topic, and you were given a
        complete sel-contained implementation of Blowfish as a PHP class. You
        didn't respond to the post. Is there some reason you can't use that?

        ---
        Steve

        Comment

        Working...