Base62x

(★ 55)

Base62x is an alternative approach to Base 64 without symbols in output. 无符号的Base64编码解码方案.

  • base62x
  • Base62x.An.alternative.approach.to.Base64.for.non-alphanumeric.characters.pdf
  • base62x.as.php.ext.module.201708.tar.gz
  • base62x.as.php.ext.module.201802.tar.gz
  • base62x.c
  • Base62x.class.hpp
  • Base62x.class.hpp.gch
  • Base62x.class.js
  • Base62x.class.jsp
  • Base62x.class.php
  • base62x.php5.class.php
  • Base62x.pm
  • base62x.presentation.201107.pdf
  • Base62x.py
  • base62x.vs.base64.php
  • base62x_test
  • base62x_test.cpp
  • base62x_test.js.html
  • base62x_test.jsp
  • base62x_test.php
  • base62x_test.pl
  • base62x_test.py
  • base62x_test.with.unit.py
  • LICENSE.md
  • Makefile
  • README.md
  • refer.tomcat.201612.txt
  • test4IssueFromHahaapi.php
  • tools.function.php

# Installation Guide

1. Get the code
git clone https://github.com/wadelau/Base62x

Downloads the entire project code from GitHub to your computer.

cd Base62x

Moves into the project folder you just downloaded.

2. Make

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make

Compiles the code based on the generated build configuration to produce an executable.

If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation