Discuss Scratch

pigletdiglet_test
Scratcher
12 posts

Encode/Decode Username?

Hi.
I've been trying to create a safe chat, and I know part of the process includes encoding and decoding usernames. How would I do this without taking code from another project; I'm trying to understand the conversion process.

I think I've done such conversions in Python like ord() and chr(). Or is that something else?
Thanks.
turkey3
Scratcher
1000+ posts

Encode/Decode Username?

Try reading the article on the wiki Encoding/Decoding Cloud Data; it should help some.

Last edited by turkey3 (Feb. 17, 2014 15:04:46)

leahjosh
Scratcher
25 posts

Encode/Decode Username?

pigletdiglet_test wrote:

Hi.
I've been trying to create a safe chat, and I know part of the process includes encoding and decoding usernames. How would I do this without taking code from another project; I'm trying to understand the conversion process.

I think I've done such conversions in Python like ord() and chr(). Or is that something else?
Thanks.
http://scratch.mit.edu/projects/23616013/#player heres an example project of a whole list encoder.
leahjosh
Scratcher
25 posts

Encode/Decode Username?

leahjosh wrote:

pigletdiglet_test wrote:

Hi.
I've been trying to create a safe chat, and I know part of the process includes encoding and decoding usernames. How would I do this without taking code from another project; I'm trying to understand the conversion process.

I think I've done such conversions in Python like ord() and chr(). Or is that something else?
Thanks.
http://scratch.mit.edu/projects/23616013/#player heres an example project of a whole list encoder.
its also a decoder BD
WeRule123
Scratcher
18 posts

Encode/Decode Username?

turkey3 wrote:

Try reading the article on the wiki Encoding/Decoding Cloud Data; it should help some.

turkey3 wrote:

Try reading the article on the wiki Encoding/Decoding Cloud Data; it should help some.
This doesn't show all the blocks
-Accio-
Scratcher
1000+ posts

Encode/Decode Username?

WeRule123 wrote:

turkey3 wrote:

Try reading the article on the wiki Encoding/Decoding Cloud Data; it should help some.

turkey3 wrote:

Try reading the article on the wiki Encoding/Decoding Cloud Data; it should help some.
This doesn't show all the blocks
Please don't post on old, resolved topics, that is called necroposting and isn't allowed. Please ask your question in a new topic.
chittuchitS
Scratcher
3 posts

Encode/Decode Username?

pigletdiglet_test wrote:

Hi.
I've been trying to create a safe chat, and I know part of the process includes encoding and decoding usernames. How would I do this without taking code from another project; I'm trying to understand the conversion process.

I think I've done such conversions in Python like ord() and chr(). Or is that something else?
Thanks.


im also in this q
pandacorn_owl
Scratcher
1000+ posts

Encode/Decode Username?

chittuchitS wrote:

pigletdiglet_test wrote:

Hi.
I've been trying to create a safe chat, and I know part of the process includes encoding and decoding usernames. How would I do this without taking code from another project; I'm trying to understand the conversion process.

I think I've done such conversions in Python like ord() and chr(). Or is that something else?
Thanks.


im also in this q
Please do not post on an old topic this is considered necroposting
nase42
Scratcher
16 posts

Encode/Decode Username?

You are

pandacorn_owl wrote:

chittuchitS wrote:

pigletdiglet_test wrote:

Hi.
I've been trying to create a safe chat, and I know part of the process includes encoding and decoding usernames. How would I do this without taking code from another project; I'm trying to understand the conversion process.

I think I've done such conversions in Python like ord() and chr(). Or is that something else?
Thanks.


im also in this q
Please do not post on an old topic this is considered necroposting
post

pandacorn_owl wrote:

chittuchitS wrote:

pigletdiglet_test wrote:

Hi.
I've been trying to create a safe chat, and I know part of the process includes encoding and decoding usernames. How would I do this without taking code from another project; I'm trying to understand the conversion process.

I think I've done such conversions in Python like ord() and chr(). Or is that something else?
Thanks.


im also in this q
Please do not post on an old topic this is considered necroposting
You are posting so technically we all are necroposting
wvj
Scratcher
1000+ posts

Encode/Decode Username?

Please don't necropost, it is when you bump an old topic without saying something constructive

Powered by DjangoBB