Hi peeps! hoh! this is the thing that ive been trying to do for 2-3 days! encountered quite a number of problems! so guys this thing really forced me to google a lot on exception that thrown to me. I hope This tutorial really helps those who trying to accomplishing the same objective and encountered bugs along the way. Objective : To serialized object to a memory stream and encrypt the stream then only write the stream into a file. Question : Why is it important to Encrypt our data? isnt serialization is sufficient enough? Answer : As i posted in my serialization tutorial we can see the data that we serialized into a file is not secure enough. Sensitive data are still exposed. Left : Encrypted data Right: Non Encrypted data I hope you guys been patient to go tru step by step tutorial that i provided as this implementation if there are missing codes or steps. you wll encountered numerous exception later. so be patient and keep reading through. 1. Declare our global
This is a blog that shares tips on Coding, Website, E-Commerce, Windows, Linux and IT related infos.