Yanked
This release has been yanked by its maintainers, and will be ignored by installers, except when explicitly specified.
Setup and Usage
Pre-Requisites:
- pip3 install requests
- pip3 install psutil
Setup:
- pip3 install "datanchor==1.0"
- Usage Example below. Note:
dataobject in the example should be replaced with the response you receive from Datanchor encrypt service.
from app.datanchor import Datanchor
def main():
d = Datanchor()
data = {
"data": "U2FsdGVkX1+bvTL3NjzTIMHS4it8++O33BlKmGbz1Ts=",
"context": "U2FsdGVkX19Tws0WtFmpHbr2C5lkeqCGvJyZ03EIZp/OKxYcFm8u4HXVQIij6QRj1IGHLKiussrr8/5qTmGjt2dJ2EbqJcs4rlX5O2wNc2X1SreCY0T+wlPM/a4/i46W",
"username": "U2FsdGVkX1+anPgxa0gXsi8Ka/0S0B1ttrm1qZUfeso=",
"key": "U2FsdGVkX18+fXxHbWIfSiqSqWisamH56m/HNq6/bWqKPuz/2PUAvGXN/RDDK16RRaQeW3djEfMPmkAOQfBvihj8uuxkvx31p7I1BwVBXbyR5t2iRs62WwnbRaN8AAVCarqak4kFYRHRss6uHUXBTN7yDxhm7SgofwBUUb6nkCshYksDCwRO0KxhZEKi9rzZDg9jA+VvDMdSSQ+FbRGPUWV4rOjN1hGDzU9M2BaGiWJLx3I+EiFOFSgjq0+bVSl297qUhH5GC4k6wj0qiih065g5MA+O7BbfkQD76xDODtftarGggk0cBi+YhqI0pS7BeJsZrJtn5kVxMtqUTuoalui4+IVz70bM8eE072BhA+c7vkLOh7RedTcTEfl8yFgbY77F1PEA8IAVIhOWEUDYPgG9ePuzOFKWM6RT6c1DrJmY/a5hjh6781SncXBs39CLusVuVDn4dGP956DiDu42minj1Xzs1/Kz9JnZmsuVaTLk2kW/uyX4uUpedx+4N6hmkjZO5Q/eMcbc2HtNgQNnYgHvWYdOC/Auv3ZuWXKMgsKUV0gLVjJMLDHHu+GCs21DxivuSOv0Vo5MTEFc4nb3RQEpPhWP8KANArB+s/g1MhCX2S+TbMGefojI3dQ2AEvrNYf5NDHrfBfR15W7CooKt/1u7HKxeieXRRWXtrEfF9+a3Do08VpU/72sRpRX6WdUAhyLz/UDSov4lZboDgeeyg=="
}
print(d.decrypt(data))
main()
Release files for datanchor 1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| datanchor-1.0-py3-none-any.whl | Python 3 | none | any | Details |
Release files / datanchor-1.0-py3-none-any.whl
| Download URL | datanchor-1.0-py3-none-any.whl |
|---|---|
| Size | 4.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2ffb28be37039c197e378f1dda73bce535c461f8e8e92d1015585d7e5632d4de
|
|
BLAKE2b-256 checksum How to use checksums |
badec2ffcc07aaa5f9fc6c2a122f01293c38b6b99980383440c1a685c7eca1e4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.2
|