Encrypt and save your data using two different method of your choice 1.MD5 2.Ri Jndael
Use namespace cryvis.Encryption and simply type EncodeToMD5(params). Data is convertable to string , int , float, long , decimal , double.
Use namespace cryvis.Encryption and simply type Encrypt(params) to encrypt and to Decrypt(params) to decrypt your data.
Save and load Data with encryption simply with two lines Save(params) and Load(params). use namespace cryvis.DataSaving.
Read the code for further information on how to use it.