base62
How to do an Encode/Decode function in Base62 with no obvious pattern in the Results?
I have a site where users must confirm their e-mail using a typical e-mail confirmation scriptwith a specific (but long) Confirmation Link for each user that includes the usual hash parameter.[详细]
2023-04-02 07:41 分类:问答Will this obfuscation algorithm for a URL shortener work?
DISCLAIMER: I am not asking how to make a URL shortener (I have already implemented the \"bijective function\" answer found HERE that uses a base-62 encoded string). Instead, I want to expand 开发者_运[详细]
2023-03-11 19:57 分类:问答Creating a salt in python
How would I create a random, 16-character base-62 salt in python? I need开发者_如何学Python it for a protocol and I\'m not sure where to start. Thanks.You shouldn\'t use UUIDs, they are unique, not ra[详细]
2023-02-16 19:27 分类:问答convert md5 string to base 62 string in c++
i\'m trying to convert an md5 string (base 16) to a base 62 string in c++.every solution i\'ve found so far for converting to base 62 only works if you can represent your number as a 64 bit integer or[详细]
2023-01-21 12:18 分类:问答jQuery having trouble selecting things in different cases
Note: If you\'re \'just\' a jQuery developer some things in this post may look a tad complex (Base62 encoding etc.) - it\'s really not. Although the more technical details are relevant to the question[详细]
2023-01-05 11:50 分类:问答Obfuscating ids in Rails app
I\'m trying to obfuscate all the ids that leave the server, i.e., ids appearing in URLs and in the HTML output.[详细]
2022-12-30 10:57 分类:问答Convert MD5 to base62 for URL
I have a script to convert to base 62 (A-Za-z0-9) but how do I get a number out of MD5? I开发者_如何学JAVA have read in many places that because the number from an MD5 is bigger than php can handle a[详细]
2022-12-13 13:31 分类:问答