プレイ日記
Myth XFaze Metrix007
ENCRYPTION QUESTION hey i need to know how to make somthing i want get printed as somthing else im trying to make a encryption. and i really need help.
0そうだね
プレイ済み
返信[1]
親投稿
Aaron Krondelo
You should google basic (not the language) encryption. It gets pretty complicated. You can try the shift method. B=A, C=B, D=C. each character is just shifted one to the right.
1そうだね
プレイ済み
返信[2]
親投稿
Myth XFaze Metrix007
i still n3ed little h3lp
0そうだね
プレイ済み
返信[3]
親投稿
Aaron Krondelo
Sorry I haven't tried myself so I really don't know. I want to try it though.
1そうだね
プレイ済み
返信[4]
親投稿
Minxrod³ Minxrod
If you don't mind a simple cipher, you can use a string and for each character perform an ASC(), add or subtract to the number, and then CHR$(). This could, if you just shifted, by, say, 1, could turn 'hello' into 'ifmmp.' If you desire something more complicated, try creating your own ASC() and CHR$(), and create your own scrambled character set. If you want I can provide an example.
0そうだね
プレイ済み