MCPcopy 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
137def b32decode(src):
138 return decode(src, _b32alphabet)
139
140
141def b32hexdecode(src):

Callers 1

get_totp_codeFunction · 0.85

Calls 1

decodeFunction · 0.85

Tested by

no test coverage detected