Search Unity

Question Using Filestream on an already existing text file

Discussion in 'Scripting' started by Amtsamy, Nov 19, 2022.

  1. Amtsamy

    Amtsamy

    Joined:
    Dec 31, 2019
    Posts:
    7
    Hello All, I need to read an encrypted txt file using filestream in order to decrypt it using "System.Security.Cryptography" and i need it to work on android and ios, the only way i found is to write a file and read it using persistantdata file path, but i already have the file and only want to read it, Thanks