[Python3] Login + World cryptography

07/10/2020 11:57 romdrak#1
removed
07/15/2020 18:39 IceTrailer#2
#moved
07/28/2020 11:51 romdrak#3
I've made few tests with it.. works well :) (gif is sped up)

[Only registered and activated users can see links. Click Here To Register...]
08/18/2020 20:33 pnszlm#4
Hello,
first of all I wanna thank you for this script, I've been using it for some time successfuly.
But recently I've come across some bug

Quote:
File "%PATH%\crypto.py", line 64, in world_encrypt
snd = second_encryption(bytearray(fst), session_number, session)
ValueError: byte must be in range(0, 256)
It occurs when trying to encrypt such line: "#u_i^1^[myid]^2^[amulet_pos]^1"
Apparently there's a problem with some characters like '#'.
I'm trying to debug it myself, but still haven't come up with solution. Will post it if I find something, but any help would be welcome
08/18/2020 22:28 romdrak#5
Hi,
can you send me the whole packet? (all values with session number) I tested it on
Code:
[world_encrypt(f"#u_i^1^{i}^2^{i}^1", i) for i in range(30000)]
and didn't get any exception. Thanks.

edit: okay, it desn't work on utf-8 characters, I'll try to fix later