Welcome Guest, Not a member yet? Register   Sign In
[ask] how to encrypt the url?
#3

(This post was last modified: 11-03-2017, 01:26 AM by Vitaly83.)

Encode:
1. XOR with a "SECRET" number (stored in cogfig).
2. Encode with base64/base26 (for example).

Decode:
1. Decode with base64/base26 (for example).
2. XOR with a "SECRET" number (stored in cogfig).

In this case you no need to generate (with checking for duplicated values) and store addition data and values will be unique*.

--
* Depends of encode/decode algorithm.
Reply


Messages In This Thread
[ask] how to encrypt the url? - by me_octaviana - 11-02-2017, 09:07 PM
RE: [ask] how to encrypt the url? - by Wouter60 - 11-03-2017, 12:01 AM
RE: [ask] how to encrypt the url? - by Vitaly83 - 11-03-2017, 01:22 AM
RE: [ask] how to encrypt the url? - by InsiteFX - 11-03-2017, 03:23 AM
RE: [ask] how to encrypt the url? - by Narf - 11-03-2017, 03:48 AM
RE: [ask] how to encrypt the url? - by Wouter60 - 11-03-2017, 06:04 AM
RE: [ask] how to encrypt the url? - by InsiteFX - 11-03-2017, 04:03 AM
RE: [ask] how to encrypt the url? - by Narf - 11-03-2017, 07:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB