PlayerPrefsToFile is a system which features a rich API for saving data to file using the same system as Unity PlayerPrefs. Simply pass a key and a value and PlayerPrefsToFile will save data to a crypted file for you. Also PlayerPrefsToFile lets you save more data types such as boolean, Vector2, Vector3, and Quaternion.
Documentation