Rijndael Encryption

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dreamfalcon
    New Member
    • Oct 2007
    • 20

    Rijndael Encryption

    Hi!

    I'm using this script in VB.NET to encrypt in 128 Bits using Rijndael encryption:

    http://www.freevbcode. com/ShowCode.Asp?ID =4520

    And need something in PHP to decrypt the strings that are generated by VB.
    I tried several functions that I found in the internet, but all with different results.

    Can anyone help me?
    Thx
  • Markus
    Recognized Expert Expert
    • Jun 2007
    • 6092

    #2
    You're probably not going to get the same results from a php decrypt unfortunately.

    Comment

    • dreamfalcon
      New Member
      • Oct 2007
      • 20

      #3
      found it

      http://programmin.prim 8.net/archives/25-PHP-and-DotNet-encryption.html

      :)

      Comment

      • Markus
        Recognized Expert Expert
        • Jun 2007
        • 6092

        #4
        Originally posted by dreamfalcon
        found it

        http://programmin.prim 8.net/archives/25-PHP-and-DotNet-encryption.html

        :)
        Wicked cool bro!

        Comment

        Working...