FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » C# RijndaelEnhanced decrypt with php mcrypt
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
C# RijndaelEnhanced decrypt with php mcrypt [message #174048] Fri, 20 May 2011 09:12 Go to previous message
Heiko GreenRover Henn is currently offline  Heiko GreenRover Henn
Messages: 2
Registered: May 2011
Karma:
Junior Member
hi

i have a C# .net app with i decompiled. This app uses for login password
cryption:
http://www.obviex.com/samples/Sample.aspx?Source=EncryptionWithSaltCS&T itle=Encryption%20With%20Salt&Lang=C%23

C# Code
rijndaelKey = new Krypto.RijndaelEnhanced(passPhrase, initVector);
PlainPassword =
DiverseVariablen.rijndaelKey.Decrypt(Conversions.ToString(row["ProjectKennwort "])))


I have pass and iv.

How can i decrypt the passwords in php? I tryted allready several
variants of mcrypt_decrypt().

Didt somene have a idea?

Wha i dont understand is that the iv has 16 chars but it should be an
256b encryption with normaly depends a 32chars iv.

I also allready tryed a http://phpseclib.sourceforge.net/ for decryption
without any success.
http://pastebin.com/SKPG7gR2

Friendly regards and big thanks.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: urgent
Next Topic: is dis da place?
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Sep 20 17:30:54 GMT 2024

Total time taken to generate the page: 0.05509 seconds