SkillAgentSearch skills...

Base32

An implementation of Douglas Crockfords Base32-Encoding in Ruby

Install / Use

/learn @levinalex/Base32
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

An implementation of Douglas Crockfords Base32-Encoding in Ruby

see http://www.crockford.com/wrmg/base32.html

Installation

$ gem install base32-crockford

Changes

0.1.0 - rename gem to base32-crockford
0.0.2 - ruby 1.9 compatibility
0.0.1 - initial release

Usage

#!/usr/bin/env ruby

require 'base32/crockford'

Base32::Crockford.encode(1234)                            # => "16J"
Base32::Crockford.encode(100**10, :split=>5, :length=>15) # => "02PQH-TY5NH-H0000"
Base32::Crockford.decode("2pqh-ty5nh-hoooo")              # => 10**100
View on GitHub
GitHub Stars85
CategoryDevelopment
Updated2y ago
Forks21

Languages

Ruby

Security Score

65/100

Audited on Jan 22, 2024

No findings