Skip to content

luikore/rfc-base32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

RFC4648 Base32 Encode / Decode

For Ruby 1.9.x.

Not the Crockford one.

See tools.ietf.org/html/rfc4648#section-6

Install

gem in rfc-base32

Use

require 'rfc-base32'
RFC.encode32 'hello world' #=> 'NBSWY3DPEB3W64TMMQAAAAAA======'
RFC.decode32 'NBSWY3DPEB3W64TMMQAAAAAA======' #=> 'hello world'

About

RFC4648 Base32 Encode / Decode; For Ruby 1.9.x

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages