-
Notifications
You must be signed in to change notification settings - Fork 0
Convert to and from proquints - https://arxiv.org/html/0901.4016
mlawren/p5-Proquint
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
NAME
Proquint - convert to and from proquint strings
VERSION
1.0.0_3 (yyyy-mm-dd)
SYNOPSIS
use Proquint ':all';
my $quint = uint32proquint(0xCF000001); # "lusab-babad"
my $int = proquint32uint($quint); # 0xCF000001
my $quint2 = hex2proquint("dead1234beef"); # "tupot-damuh-ruroz"
my $hex = proquint2hex($quint2); # "dead1234beef"
my $quint3 = ip2proquint('127.0.0.1'); # "lusab-babad"
my $ip = proquint2ip($quint3); # "127.0.0.1"
DESCRIPTION
Proquints <https://arxiv.org/html/0901.4016> are readable,
spellable, and pronounceable identifiers. The Proquints module
converts 32-bit integers, hexadecimal strings, and IP addresses to
and from proquints.
AUTHOR
Mark Lawrence <[email protected]>
COPYRIGHT AND LICENSE
Copyright 2018-2022 Mark Lawrence <[email protected]>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
About
Convert to and from proquints - https://arxiv.org/html/0901.4016
Resources
Stars
Watchers
Forks
Packages 0
No packages published