Click here to Skip to main content
15,889,808 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Can anyone help me for writing the program of encryption and decryption in C and C#.
I want same result after encrypt in C and decrypt in C#.
Posted

1 solution

Provided you use the same algorithm there should be no problems at all.
You could also write the encryption/decryption code in C and expose it as a library (accessible via P/Invoke or COM) to the C# application.
 
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