Categories: None [Edit]

base32.rb

https://rubygems.org/gems/base32.rb
https://github.com/ydakuka/base32.rb
Base32 is one of several base 32 transfer encodings. Base32 uses a 32-character set comprising the twenty-six upper-case letters A–Z, and the digits 2–7. Base32 is primarily used to encode binary data, but Base32 is also able to encode binary text like ASCII. Base32 is a notation for encoding arbitrary byte data using a restricted set of symbols that can be conveniently used by humans and processed by computers. Base32 consists of a symbol set made up of 32 different characters, as well as an algorithm for encoding arbitrary sequences of 8-bit bytes into the Base32 alphabet. Because more than one 5-bit Base32 symbol is needed to represent each 8-bit input byte, it also specifies requirements on the allowed lengths of Base32 strings (which must be multiples of 40 bits). The closely related Base64 system, in contrast, uses a set of 64 symbols.

Total

Ranking: 136,655 of 180,385
Downloads: 3,777

Daily

Ranking: 60,256 of 180,370
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
16848,483,814rake
20796,011,428minitest
68411,032,118rubocop
214145,493,231rubocop-performance
2,8623,835,024gem-release

Owners

#GravatarHandle
1iconydakuka