ascii-encoding
1.Firstly, it is more feasible to program RTF, for RTF is an ASCII-encoding mode and the content is readable.
2.using invertible square matrix multiply the value of ASCII code of data to realize encrypting; to reduce initial data through inverting matrix and the result of encoding, so it can be realized by adding cipher for char string in Visual Basic.

