How to using DES CreateDecryptor to decode decrytion code from PHP

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

    How to using DES CreateDecryptor to decode decrytion code from PHP

    Hi All,

    I don't know how to using DES CreateDecrytor to decode decrytion code from PHP ?
    for example, key: 11, decrytion code: 0kxMyjuiI8A
    Orignal : ryan

    Please advise.
  • Cor Ligthert

    #2
    Re: How to using DES CreateDecryptor to decode decrytion code from PHP

    Kelvin,

    Do you want to use VBNet code for that or PHP?.

    Cor

    "Kelvin" <kelvinweb@gmai l.com> Hi All,[color=blue]
    >
    > I don't know how to using DES CreateDecrytor to decode decrytion code from
    > PHP ?
    > for example, key: 11, decrytion code: 0kxMyjuiI8A
    > Orignal : ryan
    >
    > Please advise.[/color]


    Comment

    • Herfried K. Wagner [MVP]

      #3
      Re: How to using DES CreateDecryptor to decode decrytion code from PHP

      "Kelvin" <kelvinweb@gmai l.com> schrieb:[color=blue]
      > I don't know how to using DES CreateDecrytor to decode decrytion code from
      > PHP ?
      > for example, key: 11, decrytion code: 0kxMyjuiI8A
      > Orignal : ryan[/color]

      Didn't the replies you got yesterday help?!

      BTW: Are you using VB.NET (on-topic here) or PHP (off-topic here)?

      --
      M S Herfried K. Wagner
      M V P <URL:http://dotnet.mvps.org/>
      V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

      Comment

      • Tai Kelvin

        #4
        Re: How to using DES CreateDecryptor to decode decrytion code from PHP


        Hi Herfried,

        I got it. Thanks for your help. But your code is using 3DES to decryt
        code. I want to using asp/asp.net to decrypt DES code. I don't know what
        kinds of different between encryption from PHP and ASP? Using PHP
        encrypt DES code have to provide key and encrytion string. I don't know
        using asp/asp.net can be decryted the code at the same method. Please
        advise. Thanks

        *** Sent via Developersdex http://www.developersdex.com ***
        Don't just participate in USENET...get rewarded for it!

        Comment

        Working...