0
Plz any one help me how we create data ecrpted ans decrpted in c#
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)
+ 1
np
0
thanks jhon
0
can you help me acctully i have to code this but i can i want code
0
what is this for? A class project?
0
yp
0
hy