Jump to content
UBot Underground

Hide/secure Input Files


Recommended Posts

Hi,

 

For most of my bots I have a lot of input files

$list from file(".../InputVariables.txt"))

Currently I use list from txt file but for each bot I have a folder with text files that can be copied and used by anyone.

Any solution how to secure such input files?

 

*NOTE:

Not adding text direct to bot with "list from text"

Link to post
Share on other sites

1) Encrypt these text files  
2) Save text files data in your bot or somewhere online

3) On bot load , first verify user credentials

4) If credentials are valid, deploy these files on disk.
5) read input data  and decrypt with memory and continue.

 

There are many other ways , hope it helps

  • Like 2
Link to post
Share on other sites

1) Encrypt these text files  

2) Save text files data in your bot or somewhere online

3) On bot load , first verify user credentials

4) If credentials are valid, deploy these files on disk.

5) read input data  and decrypt with memory and continue.

 

There are many other ways , hope it helps

Great tips

Thank you for your help

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...