+ 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?
1 Answer