Jump to content
  • 0

Can I encrypt a file when my script creates it?


Question

Recommended Posts

  • 0
Posted

what do you mean by when i create ? if i folow the logic script = writte sonething how u want crypt bcz how check him if it auto crypted ?( not possible )

  On 12/13/2021 at 3:56 PM, HEROGAMEOfficial said:
Expand  

it say without tool ?

  • 0
Posted

I dont know anything about encryption, but i know lua. so yes i think you can automatically encrypt a file all you need is the path to this file.

  • 0
Posted

I'm not interested in creating an encryption tool, it's just that my script creates a key on the user's device! Do you know what I mean

  • 0
Posted

That a really bad idea, never trust the client side, you cant save sensitive data in the client machine, get yourself a ftp server

  • 0
Posted
  On 12/15/2021 at 7:43 AM, MAARS said:

 

Expand  

 

  On 12/15/2021 at 7:43 AM, MAARS said:

That a really bad idea, never trust the client side, you cant save sensitive data in the client machine, get yourself a ftp server

Expand  

Yes I understand what you mean, I tried reading files build.pro but some do not allow, if there is a method of reading Android ID is good

  • 0
Posted

Android id on Android 10+ can not be accessed by 3rd party apps, if you really need that you will need some java/smali knowledge to add that function in **. you know what i mean

  • 0
Posted
  On 12/15/2021 at 7:43 AM, MAARS said:

That a really bad idea, never trust the client side, you cant save sensitive data in the client machine, get yourself a ftp server

Expand  

Hi! 

Using an FTP Server requires internet access, this is might not good for easy access. Maybe try some Json Web Token (JWT) so you can encrypt-decrypt script offline with ease. 

-Yuuki

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.