An open API service indexing awesome lists of open source software.

https://github.com/ytti/router_crypt

ruby library and executable to (de)crypt various router/switch password (IOS, NXOS, JunOS)
https://github.com/ytti/router_crypt

Last synced: 11 months ago
JSON representation

ruby library and executable to (de)crypt various router/switch password (IOS, NXOS, JunOS)

Awesome Lists containing this 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