mobiles and items are not encrypted, they are saved as a raw binary structure that describes the item or mobile. In order to do what you want to do you will need to create a writer that will save to text and a reader that can read it. It can be done but it will be slower than raw binary.
To get...