Automation

last person joined: 8 days ago 

Ask questions and share experiences about Apstra, Paragon, and all things network automation.
  • 1.  VB Script to decode $9$ key

    Posted 08-17-2016 08:33

    I'm hoping someone in here is willing to help.  I tried to post this question to a general VB Forum and a moderator closed it with some comment about "no hacking".

     

    I already have a VB Script to Decode Cisco Type 7 passwords.  Obviously, so I can migrate configs from nasty old Cisco to spiffy wonderful Juniper.

     

    I do have the rare case where I need to migrate in the other direction to non-Juniper nasty old junk (but, what can I do? 🙂 )

     

    Here is a link to this type of decode done in Phython (which I don't know how to read):

    https://github.com/mhite/junosdecode/blob/master/junosdecode.py

     

    So, here is my question...  Can someone point me some VB to decode $9$?



  • 2.  RE: VB Script to decode $9$ key

     
    Posted 08-17-2016 09:16


  • 3.  RE: VB Script to decode $9$ key

    Posted 08-18-2016 08:27

    This is an external program.  I've already tried to look at it.  I couldn't get it to install.  So, I don't even know if it has a command line interface I could use from within Excel VBA.

     

    So, my question is still... Is there VB Script to decode $9$ passwords?



  • 4.  RE: VB Script to decode $9$ key
    Best Answer

    Posted 08-26-2016 10:14


  • 5.  RE: VB Script to decode $9$ key

    Posted 08-26-2016 12:28

    Hi

     

    Thanks for pointing this out, from your link I see there is a Python script as well

    https://github.com/mhite/junosdecode/blob/master/junosdecode.py