file encryption using PHP

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

    file encryption using PHP

    Hi,

    I looked through the manual and did some Googling but I couldn't find any
    functions/classes that would allow me to encrypt/decrypt files with PHP.
    Here's what I want to do: I have a certain file on my server let's say
    /home/joe/test/aaa.txt. I want to encrypt that file with a password and save it
    under the same/different name. When I'm decrypting my file the function must
    return the "decrypted" file regardless of the given password. Of course if a
    wrong password is given the "decrypted" file is still going to be encrypted :-)
    but returned anyway.

    thanks
    gordan


  • Geoff Berrow

    #2
    Re: file encryption using PHP

    I noticed that Message-ID: <d8n1t8$s19$1@n ews1.xnet.hr> from Gordan
    contained the following:
    [color=blue]
    >I looked through the manual and did some Googling but I couldn't find any
    >functions/classes that would allow me to encrypt/decrypt files with PHP.[/color]


    --
    Geoff Berrow (put thecat out to email)
    It's only Usenet, no one dies.
    My opinions, not the committee's, mine.
    Simple RFDs http://www.ckdog.co.uk/rfdmaker/

    Comment

    Working...