+ 1

Variable encrypting

How many ways to encrypt a value you know? 1. ^/+/- encrypt 2. Dividing value by bits (or string conversion) 3. Create some variables. Auto swap value between them 4. All-in-one compression (put 1-8 chars into int64) 5. Repeat compression ("AAABB" -> "3A2B") Any other ideas?

4th May 2017, 4:49 PM
SUPER_S
SUPER_S - avatar
0 Resposta