Securely using Cloud Data

Extending or modifying the GP system itself (advanced!)

Moderator: MSandro

Post Reply
User avatar
Calloway
Posts: 100
Joined: Apr 30th, '18, 00:28
Location: Eastern United States

Securely using Cloud Data

Post by Calloway » Jun 30th, '18, 14:58

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!

MSandro
Posts: 162
Joined: Jul 26th, '17, 21:12

Re: Securely using Cloud Data

Post by MSandro » Jun 30th, '18, 18:08

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.

Post Reply