How to encrypt and decrypt the text file in c# insted of JAVA.
Can anyone help me to do in C#?
How to encrypt and decrypt the text file in c# insted of JAVA.
Can anyone help me to do in C#?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Imap BackupPosted Jul 5, 2023, 12:13 PM
thanks
Amit MohantyPosted Jul 5, 2023, 5:49 AM
Check this:
ashid dasPosted Jul 5, 2023, 4:54 AM
Hi Mohamed Azarudeen,
It is showing below error.
ashid dasPosted Jul 5, 2023, 4:49 AM
Hi Mohamed Azarudeen,
Please share how to decrypt that encrypted file.
Mohamed Azarudeen ZPosted Jul 4, 2023, 5:22 PM
Hi Ashid
you can use the .NET Framework's cryptography libraries to achieve text file signing using a PKCS#7 signature. Here's the equivalent C# code for the steps involved in signing: