Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elcuervo/cisco_decrypt
Decrypt cisco encrypted passwords
https://github.com/elcuervo/cisco_decrypt
Last synced: about 1 month ago
JSON representation
Decrypt cisco encrypted passwords
- Host: GitHub
- URL: https://github.com/elcuervo/cisco_decrypt
- Owner: elcuervo
- Created: 2012-05-11T15:22:03.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-05-11T15:38:53.000Z (over 12 years ago)
- Last Synced: 2024-11-28T23:28:13.901Z (about 1 month ago)
- Language: C
- Size: 89.8 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this 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.```ruby
require 'cisco_decrypt'CiscoDecrypt.decrypt_string 'the_long_encrypted_string_that_cisco_pcf_uses'
# "SharedSecret"
``````bash
$ cisco_decrypt path_to_pcf_file_or_encrypted_String
# decrypted_string
```## Installation
```bash
$ gem install cisco_decrypt
```## Dependecies
* libgcrypt