Plz any one help me how we create data ecrpted ans decrpted in c# | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Plz any one help me how we create data ecrpted ans decrpted in c#

30th Nov 2017, 3:32 AM
salma maqsood
salma maqsood - avatar
7 Answers
0
data encryption to my knowledge isn't too complicated as you can create your own encryption / decryption algorithm easily. It only becomes difficult when the security of and entire business relies on it to be complex and difficult to crack. with that being said you could do this in c# by taking a string for example and shifting each character value up just by 1 (you'll have to deal with edge cases separately) this would turn the word "hello" into "ifmmp" that is encryption and decryption would be to shift that encrypted word down by 1 which is your algorithm. I believe there are libraries you can use.. (this is simplified dye to my lack of expertise in the area as well to just provide a foundation to your question)
1st Dec 2017, 10:50 AM
John
John - avatar
+ 1
np
4th Dec 2017, 2:52 AM
John
John - avatar
0
thanks jhon
4th Dec 2017, 2:51 AM
salma maqsood
salma maqsood - avatar
0
can you help me acctully i have to code this but i can i want code
4th Dec 2017, 3:32 AM
salma maqsood
salma maqsood - avatar
0
what is this for? A class project?
4th Dec 2017, 9:41 AM
John
John - avatar
0
yp
6th Dec 2017, 3:00 AM
salma maqsood
salma maqsood - avatar
0
hy
17th Jan 2018, 3:13 AM
salma maqsood
salma maqsood - avatar