Mozilla的服务端Web签名操作
项目描述
查看 https://wiki.mozilla.org/Apps/WebApplicationReceipt/SigningService
开发和测试
创建您选择的virtualenv并激活它
virtualenv websigning source websigning/bin/activate
或使用virtualenvwrapper
mkvirtualenv websigning
安装依赖项
python setup.py develop
运行测试
python setup.py nosetests
在测试时,您可能会看到类似以下输出:
“InsecurePlatformWarning: A true SSLContext object is not available.”
这似乎是request模块新版本的一个特性。可以通过运行以下命令来解决:
pip install requests[security]
项目详情
关闭
websigning-0.1.tar.gz的散列值
算法 | 散列摘要 | |
---|---|---|
SHA256 | 0b81217fb7960445f2a11be9c711abaf26fda6b6d950ee2d000271deefac53c8 |
|
MD5 | 20c567be85b81de5dc8656006c937ab1 |
|
BLAKE2b-256 | 0a14cea39ff74dea5f56a017fb601cf134c6ec78166b86d7c95c92990cadf053 |