Search Unity

Is anyone interested in a way to save data to an encrypted file in unity?

Discussion in 'General Discussion' started by Cartographer, Dec 8, 2013.

  1. Cartographer

    Cartographer

    Joined:
    Mar 19, 2013
    Posts:
    78
    Hello!
    I have been writing a JavaScript script which allows you to save an encrypted text file , then read it back decrypted into an Array (Or anything really.)
    I was thinking, would anyone be interested in this and Is there already a thing out there for it? (I think there probably is).

    At the moment it saves an array in a text file, then encrypts the file and removes the old one. While Decrypting, it does the same in reverse ; Decrypts to a text file, reads it into an array, then removes the old file.

    If anyone is interested, I think I may clean it up and add some more comments...Maybe write a post about it on my website or something. (Which recently got destroyed thanks to my old hosts "backups" not being backed up by them :/ ).
     
  2. Agent_007

    Agent_007

    Joined:
    Dec 18, 2011
    Posts:
    899
    Asset store has many custom save file systems available that support encryption.