i have 100 texts and some of those are encrypted. I want to know which are encrypted texts and which are plain texts. Is it possible or not? If possible, how?
Thanks in advance.
-----------------------------------------------
Regards,
Senthil S R
Thiruvananthapuram Kerala India
As far as I think,you could prefix an encrypted string with "!=!enc!=!".And then, you can simply determine whether a piece of text is encrypted or not,
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
Member
77 Points
81 Posts
Find a text is encryted or not
Feb 18, 2021 05:12 PM|Senthil S R|LINK
Hi,
i have 100 texts and some of those are encrypted. I want to know which are encrypted texts and which are plain texts. Is it possible or not? If possible, how?
Thanks in advance.
Regards,
Senthil S R
Thiruvananthapuram Kerala India
Contributor
3730 Points
1412 Posts
Re: Find a text is encryted or not
Feb 19, 2021 04:14 AM|yij sun|LINK
Hi Senthil S R,
As far as I think,you could prefix an encrypted string with "!=!enc!=!".And then, you can simply determine whether a piece of text is encrypted or not,
Just like this:
More details,you could refer to below article:
https://social.msdn.microsoft.com/Forums/vstudio/en-US/b29f7fec-cdb7-4756-b7c9-b0edd374f4c9/how-to-know-if-a-string-is-encrypted?forum=netfxbcl
Best regards,
Yijing Sun