Page 1 of 1

Securely using Cloud Data

Posted: Jun 30th, '18, 14:58
by Calloway
So I've developed a website that you can sign up at and then use your username as the user for putting and getting cloud variables. However, I need help on using the password with the cloud block to make it actually secure.

you can test it http://codeexchange.cf
the cloud data server is 71.85.117.75

(it's heavily based off of DatOneLefty's ATC website that he discontinued)

Any help with the password checking would be much appreciated!

Re: Securely using Cloud Data

Posted: Jun 30th, '18, 18:08
by MSandro
You could use sha256 to encrypt the pw localy ans, send it to the server and compare the hash.
To encrypt data we would need something like gpg but GP does not support this yet.