0.01
No release in over 3 years
Low commit activity in last 3 years
Library and binary which decrypt (crypt unimplemented) Juniper JunOS $9$, Cisco IOS type 7 and Cisco NX-OS passwords
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0

Runtime

~> 4.4
 Project Readme

router_crypt

About

Ruby library and executable to (de)crypt various router vendors (JunOS, IOS, NXOS) password.

Installation

gem install router_crypt

CLI usage

rtrcrypt [encrypted password]

Library usage

require 'router_crypt'

RouterCrypt::IOS.decrypt ios_pw
RouterCrypt::NXOS.decrypt nxos_pw
RouterCrypt::JunOS.decrypt junos_pw

Thanks

I've ripped the JunOS algo from CPAN Crypt::Juniper by Kevin Brintnall. IOS algo source is unknown I've ported it long time ago from anonymous perl source.

License

Public domain, copyleft, whatnot