-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello,

I'm working on a module to do common encodings for a web
application vulnerability scanner project.  My intent is to use
this module to handle all of my encoding/hashing needs.  Although
it's easy enough using existing modules, each one is written by a
different author and each one is called with slight variation. My
intent was to create one consistent/memorable/clean way to call all
of these functions.

Here is an incomplete list of modules I'm using:
use Encode;
use Digest::Perl::MD5 qw(md5_hex);
use Digest::SHA1 qw(sha1 sha1_hex sha1_base64);
use URI::Escape;
use HTML::Entities;
use MIME::Base64;
use MIME::Base32;
use HTML::Entities::Numbered;

Can you recommend a good namespace to use for this module?
Locally, I've been using Encode::Common


Thanks,

Paul


-----BEGIN PGP SIGNATURE-----
Charset: UTF8
Version: Hush 3.0
Note: This signature can be verified at https://www.hushtools.com/verify

wsBcBAEBAgAGBQJOJzISAAoJEPsrT6Yt6qbuEVQH/31+YH1rbBj8cOrwU0NUg0Qy580o
9G0rkoynth5Q8Yja/xI2XzUazjSAoq9X6aHsDybVsUQM/UA7jyncGyT32FwU+zCtrish
9H3/dpTIMzmz2hQQas1mIAXX6P5TA8bIN9ugtQp7KR7JTfTBSQZTZ20jZGkIWQo3URfA
CsrLcg5aJRE89Yru6U4o5+qqdJZ50bz+g7JAyMQqGmvp8skcd3Nf3fw6ByxFYl85QKyg
NFM9UV+XVmXJXclrp1N7ro3QWQo1el5wrYqPbLgZebr67HxUvqQJ57hhWI7U03Cl0QjG
68NNm1VaGxGw3hym2RVMJZxUVktNyJN3r07qq+o4xL8=
=dUfu
-----END PGP SIGNATURE-----

Reply via email to