PHP encryption help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Kadrin
    New Member
    • Mar 2008
    • 3

    #1

    PHP encryption help

    Hello everyone,

    I need some help with PHP encryption, I need to know how I can encrypt using PHP and decrypt the field with Perl. Also, what types of encryption are supported by both (I know this is the PHP forum but I'm hoping someone knows, searched all over).

    Thanks in advance

    Kadrin
  • dlite922
    Recognized Expert Top Contributor
    • Dec 2007
    • 1586

    #2
    Originally posted by Kadrin
    Hello everyone,

    I need some help with PHP encryption, I need to know how I can encrypt using PHP and decrypt the field with Perl. Also, what types of encryption are supported by both (I know this is the PHP forum but I'm hoping someone knows, searched all over).

    Thanks in advance

    Kadrin
    just a wild guess, have you tried MD5() ?

    Comment

    • TheServant
      Recognized Expert Top Contributor
      • Feb 2008
      • 1168

      #3
      Type in google, php encryption or something like that. Have a look at all the options, and then post in the PERL forum for someone to help with decoding. I have no idea if PERL can do that, but there might be a way to pass variables between php and perl in which case you could.

      Comment

      Working...