Click here to Skip to main content
15,883,749 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to decrypt file in C# that encrypted in C using same Rijndael algorithm?
Posted

Why didnt you search the cite before posting the question:
http://www.codeproject.com/search.aspx?q=Rijndael+algorithm&x=9&y=9&sbo=kw&usfc=false[^]
 
Share this answer
 
Comments
sangamdumne 8-Aug-12 1:45am    
i want to decrypt the file that encrypted in c using rijndael algorithm not encryption/decryption in same c#
Kenneth Haugland 8-Aug-12 1:47am    
As long as the algorithm is the same it dosent matter, a formula is thhe same in C as C#...
Sergey Alexandrovich Kryukov 8-Aug-12 2:04am    
Just use your brain.
--SA
Sergey Alexandrovich Kryukov 8-Aug-12 2:04am    
Nailed down, my 5.
--SA
Kenneth Haugland 8-Aug-12 2:06am    
Thanks :)
at the risk of sounding facetious, it's symmetric, so, maybe the Rijndael class[^]?
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 8-Aug-12 2:05am    
It's so symmetric that should work between C and C#... :-) My 5.
--SA
This LINK could be useful for you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900