0.0
No commit activity in last 3 years
No release in over 3 years
Decrypt cisco passwords to use the shared secret
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

 Project Readme

Cisco Decrypt

This it's just an evil piece of code to use the VPN network manager from OSX Lion with a cisco connection. For some reason they didn't make a client so i made this gem. Gives you the chance to use the shared key without to use any client... evil, i know.

require 'cisco_decrypt'

CiscoDecrypt.decrypt_string 'the_long_encrypted_string_that_cisco_pcf_uses'
# "SharedSecret"
$ cisco_decrypt path_to_pcf_file_or_encrypted_String
# decrypted_string

Installation

  $ gem install cisco_decrypt

Dependecies

  • libgcrypt