 |
Cheat Engine The Official Site of Cheat Engine
|
| View previous topic :: View next topic |
| Author |
Message |
Meiyoh Master Cheater
Reputation: 1
Joined: 14 Mar 2015 Posts: 406
|
Posted: Mon Jun 08, 2020 9:59 am Post subject: Make table server only so no one can leak it? |
|
|
I need to know if this is possible i want my work to be hosted somewhere without them being able to leak it just to load temporaly in order to prevent leaks of my work . Is this possible ? _________________
I am the forgotten one the dead one. |
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Mon Jun 08, 2020 1:01 pm Post subject: |
|
|
Having the table stored on a server won't make a difference, it still has to be sent to the client to be usable. Soon as the client receives said data to load the table, regardless if it's never saved to disk or similar, it can be dumped/leaked. _________________
- Retired. |
|
| Back to top |
|
 |
Csimbi I post too much
Reputation: 98
Joined: 14 Jul 2007 Posts: 3356
|
Posted: Mon Jun 08, 2020 1:13 pm Post subject: |
|
|
Until someone adds a user-ID check for activation  |
|
| Back to top |
|
 |
Meiyoh Master Cheater
Reputation: 1
Joined: 14 Mar 2015 Posts: 406
|
|
| Back to top |
|
 |
blankTM Cheater
Reputation: 1
Joined: 03 May 2020 Posts: 49
|
Posted: Thu Jun 18, 2020 7:10 pm Post subject: |
|
|
--RC4
function encrypt(t,k)local function a(a)local L,S,K,j=string.len(a),{},{},0 for i = 0, 255 do S[i] = i end for i = 1, L do K[i-1] = string.byte(a,i,i)end for i = 0, 255 do j=(j+S[i]+K[i%L])%256 S[i],S[j]=S[j],S[i] end return S end local function b(s,t)local i,j,k=0,0,{} for n=1,t do i=(i+1)%256 j=(j+s[i])%256 s[i],s[j]=s[j],s[i] k[n]=s[(s[i]+s[j])%256] end return k end local function c(s,t)local l,c,r=string.len(t),nil,{} for i=1,l do c=string.byte(t, i, i) r[i]=string.char(bXor(s[i],c))end return table.concat(r) end return c(b(a(k),string.len(t)),t)end
--You can associate the key with the user ID
key='123456789abcdefghijklmnopq'--Can be modified
str=[==[
print('Hello world')
]==]
s=encrypt(str,key)
print(s)
print(loadstring(encrypt(s,key))()) |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|