In computer systems, printable characters include not only 62 alphanumeric characters (0-9, a-z and A-Z) but also non-alphanumeric characters (e.g. *, \, ^, %). Base64 is a commonly used encoding scheme that represents binary data in an ASCII string format. However, for Base64, non-alphanumeric characters (e.g. *, \, ^, %) are problematic for filenames and URLs. For example, "+" is error-prone in URL and "/" is not allowed in filenames. To address this issue, we propose a new method, Base62x, as an alternative approach to Base64. The proposed method is more effective in application development and fully compatible with symbol-sensitive applications, such as, file systems, IP addresses and safe transmission of non-ASCII over the Internet.
Features
- base62x
- urlencode/urldecode
- number base
- alphnumeic
- base64
Follow Base62x
Other Useful Business Software
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Rate This Project
Login To Rate This Project
User Reviews
-
highly recommended for safe transfering data over internet. a better replacement for conventional base64.