py-minisign 0.12.0
pip install py-minisign
Latest version
Released:
Python minisign library
Navigation
Verified details
These details have been verified by PyPIProject links
GitHub Statistics
Maintainers
Unverified details
These details have not been verified by PyPIMeta
- License: MIT License
- Author: Frank Denis, lucky
- Requires: Python >=3.8
Classifiers
- License
- Operating System
- Programming Language
Project description
Missing python minisign library.
Library
import os
import minisign
# verify
pk = minisign.PublicKey.from_base64(
'RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3')
sig = minisign.Signature.from_bytes(
b'untrusted comment: signature from minisign secret key\n'
b'RWQf6LRCGA9i59SLOFxz6NxvASXDJeRtuZykwQepbDEGt87ig1BNpWaVWuNrm73YiIiJbq71Wi+dP9eKL8OC351vwIasSSbXxwA=\n'
b'trusted comment: timestamp:1555779966\tfile:test\n'
b'QtKMXWyYcwdpZAlPF7tE2ENJkRd1ujvKjlj1m9RtHTBnZPa5WKU5uWRs5GoP5M/VqE81QFuMKI5k/SfNQUaOAA=='
)
pk.verify(b'test', sig)
# sign
sk = minisign.SecretKey.from_file('/path/to/secret.key')
sk.decrypt('strong_password')
sig = sk.sign(b'very important data')
# generate key pair
key_pair = minisign.KeyPair.generate()
sk = key_pair.secret_key
pk = key_pair.public_key
# save key
sk.encrypt('strong_password')
with open(os.open('/path/to/secret.key', os.O_CREAT | os.O_WRONLY, 0o600), 'wb') as f:
f.write(bytes(sk))
Project details
Verified details
These details have been verified by PyPIProject links
GitHub Statistics
Maintainers
Unverified details
These details have not been verified by PyPIMeta
- License: MIT License
- Author: Frank Denis, lucky
- Requires: Python >=3.8
Classifiers
- License
- Operating System
- Programming Language
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file py_minisign-0.12.0.tar.gz
.
File metadata
- Download URL: py_minisign-0.12.0.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1fa3f30c0b6c3f755d1ca22fe3b1bfbe5e4139ce8ed35fe67dffd2ced4ba259f |
|
MD5 | 5990ca36682170efbd1a9bd67aa0577b |
|
BLAKE2b-256 | 5d7af68f9967e246e197e310be7b7aa42c5aad0fea366434e9d5dda7b892e5b7 |
Provenance
The following attestation bundles were made for py_minisign-0.12.0.tar.gz
:
Publisher:
publish.yml
on x13a/py-minisign
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
py_minisign-0.12.0.tar.gz
- Subject digest:
1fa3f30c0b6c3f755d1ca22fe3b1bfbe5e4139ce8ed35fe67dffd2ced4ba259f
- Sigstore transparency entry: 149540464
- Sigstore integration time:
- Permalink:
x13a/py-minisign@529bc906f2670ad46c24edbf40b19ec6a3e2fa3e
- Branch / Tag:
refs/tags/v0.12.0
- Owner: https://github.com/x13a
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
publish.yml@529bc906f2670ad46c24edbf40b19ec6a3e2fa3e
- Trigger Event:
push
- Statement type:
File details
Details for the file py_minisign-0.12.0-py3-none-any.whl
.
File metadata
- Download URL: py_minisign-0.12.0-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a67909ddf47d05cff28ca32f06ab1cfedbf92ee217e88cdae7d42528ccd82ad8 |
|
MD5 | a25efb58f02a9bef4b0997fc7018eb94 |
|
BLAKE2b-256 | 8e75a59e0811f6ab171d8d6cae02b715753f78609314ac698ee1e624fe4c9059 |
Provenance
The following attestation bundles were made for py_minisign-0.12.0-py3-none-any.whl
:
Publisher:
publish.yml
on x13a/py-minisign
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
py_minisign-0.12.0-py3-none-any.whl
- Subject digest:
a67909ddf47d05cff28ca32f06ab1cfedbf92ee217e88cdae7d42528ccd82ad8
- Sigstore transparency entry: 149540465
- Sigstore integration time:
- Permalink:
x13a/py-minisign@529bc906f2670ad46c24edbf40b19ec6a3e2fa3e
- Branch / Tag:
refs/tags/v0.12.0
- Owner: https://github.com/x13a
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
publish.yml@529bc906f2670ad46c24edbf40b19ec6a3e2fa3e
- Trigger Event:
push
- Statement type: