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)
- Host: GitHub
- URL: https://github.com/ytti/router_crypt
- Owner: ytti
- Created: 2013-03-07T12:00:06.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-10-04T09:41:59.000Z (over 2 years ago)
- Last Synced: 2025-07-25T11:42:02.375Z (11 months ago)
- Language: Ruby
- Size: 12.7 KB
- Stars: 17
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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