1 Star 0 Fork 0

淡月/basecrack

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
api_example.py 384 Bytes
一键复制 编辑 原始数据 按行查看 历史
Mufeed VH 提交于 2020-06-05 21:12 . BaseCrack v2.0
# import the BaseCrack class from basecrack.py
from basecrack import BaseCrack
# calling the api function decode() with the encoded base
result = BaseCrack().decode('c3BhZ2hldHRp')
# printing the output
"""
result is tuple where:
result[0] = DECODED STRING
result[1] = ENCODING SCHEME
"""
print('Decoded String: {}'.format(result[0]))
print('Encoding Scheme: {}'.format(result[1]))
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/DaN_yue/basecrack.git
[email protected]:DaN_yue/basecrack.git
DaN_yue
basecrack
basecrack
master

搜索帮助