1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

This Module decrypts all kind of Cisco encrypted hashes

also referred to as type 7 passwords. Further you can
encrypt any given string into a encrypted hash that will
be accepted by any Cisco device as an encrypted type 7 password.

WWW:	http://search.cpan.org/dist/Cisco-Hash/

PR:		ports/120498
Submitted by:	Tsung-Han Yeh <snowfly at yuntech.edu.tw>
This commit is contained in:
Martin Wilke 2008-02-16 23:24:00 +00:00
parent fa0ab7ce90
commit b05569d999
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207423
5 changed files with 37 additions and 0 deletions

View File

@ -358,6 +358,7 @@
SUBDIR += p5-Authen-TypeKey
SUBDIR += p5-Business-PayPal-EWP
SUBDIR += p5-CSP
SUBDIR += p5-Cisco-Hash
SUBDIR += p5-Crypt-Anubis
SUBDIR += p5-Crypt-AppleTwoFish
SUBDIR += p5-Crypt-Blowfish

View File

@ -0,0 +1,21 @@
# New ports collection makefile for: p5-Cisco-Hash
# Date created: 2008-02-10
# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
#
# $FreeBSD$
#
PORTNAME= Cisco-Hash
PORTVERSION= 0.02
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= snowfly@yuntech.edu.tw
COMMENT= De- and encrypts Cisco type 7 hashes
PERL_CONFIGURE= 5.8.0+
MAN3= Cisco::Hash.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Cisco-Hash-0.02.tar.gz) = 5c04ca821a57a17ae8ab7deb7dbdf103
SHA256 (Cisco-Hash-0.02.tar.gz) = 927d1b3147749efcf3120920646c73d41f64b7c608fb2b38e9600de5b3a8a37e
SIZE (Cisco-Hash-0.02.tar.gz) = 2717

View File

@ -0,0 +1,6 @@
This Module decrypts all kind of Cisco encrypted hashes
also referred to as type 7 passwords. Further you can
encrypt any given string into a encrypted hash that will
be accepted by any Cisco device as an encrypted type 7 password.
WWW: http://search.cpan.org/dist/Cisco-Hash/

View File

@ -0,0 +1,6 @@
@comment $FreeBSD$
%%SITE_PERL%%/Cisco/Hash.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cisco/Hash/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cisco/Hash
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cisco
@dirrmtry %%SITE_PERL%%/Cisco