Module: EncodedId

Defined in:
lib/encoded_id/reversible_id.rb,
lib/encoded_id.rb,
lib/encoded_id/version.rb,
lib/encoded_id/alphabet.rb

Overview

Hashid with a reduced character set Crockford alphabet and split groups See: www.crockford.com/wrmg/base32.html Build with hashids.org Note hashIds already has a built in profanity limitation algorithm

Defined Under Namespace

Classes: Alphabet, EncodedIdFormatError, InvalidAlphabetError, InvalidConfigurationError, InvalidInputError, ReversibleId

Constant Summary collapse

VERSION =
"0.4.0"