Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Keeper-Security/Commander
/ b32decode
Function
b32decode
keepercommander/base32hex.py:137–138 ·
view source on GitHub ↗
(src)
Source
from the content-addressed store, hash-verified
135
136
137
def
b32decode(src):
138
return
decode(src, _b32alphabet)
139
140
141
def
b32hexdecode(src):
Callers
1
get_totp_code
Function · 0.85
Calls
1
decode
Function · 0.85
Tested by
no test coverage detected