Let me ask is my algorithm to encrypt “h” character is correct
h = 104 real ascii
get new ascii 104 - 32 = 72 is new ascii of h
substract total visible ascii with value, 95 - 72 = 23
get the character at this position, new ascii 23 = char 7
get real ascii this character 7 = 55
@bolofecal i just follow encryption method in TXT file, so far, my understanding how encryption method work just like i said above. yeah i need to know how encryption method work before i do some reverse engineering, so is my encryption method in the right path ?
i dont understand what you meant by “reverse the method to cryptography” may i know the example ?
@bolofecal so my algorithm wrong ? can you give me example to encrypt “a” character with this encryption method ? just give me hint if answer algorithm is violate TOS hehe
@Mart@bolofecal uhmm… yeah i think my problem is about visible character coz i got information from other thread which i dont test it. so let me count manually. and i will back :D thanks for your help.