Author Topic: Finding the location of an executed file  (Read 4640 times)

Yeah, nevermind. You can't use filecopy for that.

Another question, can you convert a .cs to a .dso though script? I might be able to protect data though that

No, you can't, and we could "convert" it back to .cs easily.

Well, does anyone know any good encryption methods?

what are you encrypting now? and why? and how do you want it encrypted?

what are you encrypting now? and why? and how do you want it encrypted?
Read the whole thread. Im trying to encrypt keys so that users can switch accounts with ease.

Any "Encryption" method you use can be easily reversed by looking at the addon's code. This is 100% unavoidable.

So you can use really good encryption methods but again, it won't be as secure as the key.dat.

If you're okay with that then I might be able to set you up with something easy-to-implement.

Read the whole thread. Im trying to encrypt keys so that users can switch accounts with ease.
yea but why encrypt them? its very easy to decrypt things when the encryptor is open source...

yea but why encrypt them? its very easy to decrypt things when the encryptor is open source...


Good luck with that.

The script will also need to decrypt them for use. It would be very easy, no luck needed.

The script will also need to decrypt them for use. It would be very easy, no luck needed.


yea but why encrypt them? its very easy to decrypt things (meaning anything encrypted) when the encryptor is open source...

To weed out the percentage that can't code themselves out of a cardboard box, that's why.


you know what i meant...
both the encryptor and decryptor would be open source it wouldn't be hard to plug some values in and replicate it theres almost no point in encrypting them

I've decided that the data stored in an online service. Users can create and account and login with a username and password. Meanwhile I need to create a good privacy policy.

Storing their keys online is not a good idea. You aren't experienced enough in internet security to prevent people from hacking into it.