Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BrettVerney/ciscoPWDhasher
/ functions
Functions
10 in github.com/BrettVerney/ciscoPWDhasher
⨍
Functions
10
◇
Types & classes
1
↓ 5 callers
Function
pwd_check
Checks cleartext password for invalid characters :param pwd: Clear text password :raises InvalidPassword: If the password contains invali
CiscoPWDhasher/__init__.py:20
↓ 4 callers
Function
pwd_input
Function to gather the input from the user until they enter a valid string that Cisco can use as a password :return: Password to be hashed
ciscopwdhasher.py:80
↓ 1 callers
Function
app_start
Home screen of the script. Gathers input from user to specify what type of hash they want, collect the cleartext password, hash that cleartex
ciscopwdhasher.py:43
↓ 1 callers
Function
banner
()
ciscopwdhasher.py:16
↓ 1 callers
Function
main
()
ciscopwdhasher.py:96
↓ 1 callers
Function
show_menu
()
ciscopwdhasher.py:35
↓ 1 callers
Function
type5
Hashes cleartext password to Cisco type 5 :param pwd: Clear text password to be hashed :raises InvalidPassword: If the password contains
CiscoPWDhasher/__init__.py:34
↓ 1 callers
Function
type7
Hashes cleartext password to Cisco type 7 :param pwd: Clear text password to be hashed :raises InvalidPassword: If the password contains
CiscoPWDhasher/__init__.py:45
↓ 1 callers
Function
type8
Hashes cleartext password to Cisco type 8 :param pwd: Clear text password to be hashed :raises InvalidPassword: If the password contains
CiscoPWDhasher/__init__.py:56
↓ 1 callers
Function
type9
Hashes password to Cisco type 9 :param pwd: Clear text password :raises InvalidPassword: If the password contains invalid characters not
CiscoPWDhasher/__init__.py:73