
Product
Introducing Custom Pull Request Alert Comment Headers
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Command line utility for fast base encoding / decoding of any given alphabet
Command line utility for fast base encoding / decoding of any given alphabet using bitcoin style leading zero compression.
-a
to use a built-in alphabet (see Alphabets)-d
|--decode
to decode-i
|--inline
for an inline alphabet argumentBase58
echo "test" | basex -a 58
// E8f4pE5
echo -n "E8f4pE5" | basex -d -a 58
// test
cat /dev/urandom | head -c 32 | basex -a 58
// 5F8C26whY3W4kXToXVziUE6WACBwjx3bNRuG1ekQ9M8d
Custom
echo "Z" | basex -d -i "012"
// 10110
echo -n "10100" | basex -d -i "012"
// "Z"
cat /dev/urandom | head -c 32 | basex -i "012"
// 12121200000212100001002211221001110102210001110221022102001100020201012022102112001010101210020001011021020020021102211121221000010110222201211201001011200002022
Below is the list of included alphabets, and their respective base.
Base | Alphabet |
---|---|
2 | 01 |
8 | 01234567 |
11 | 0123456789a |
16 | 0123456789abcdef |
32 | 0123456789ABCDEFGHJKMNPQRSTVWXYZ |
36 | 0123456789abcdefghijklmnopqrstuvwxyz |
58 | 123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz |
62 | 0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ |
64 | ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/ |
66 | ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_.!~ |
See https://github.com/cryptocoinjs/base-x
FAQs
Command line utility for fast base encoding / decoding of any given alphabet
The npm package base-x-bin receives a total of 0 weekly downloads. As such, base-x-bin popularity was classified as not popular.
We found that base-x-bin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.