File: index.md

package info (click to toggle)
python-sshsig 0.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 236 kB
  • sloc: python: 901; sh: 53; makefile: 9
file content (25 lines) | stat: -rw-r--r-- 546 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
sshsig
======

A Python library implementing the 
SSHSIG [digital signature](https://en.wikipedia.org/wiki/Digital_signature) format of
[`ssh-keygen`](https://en.wikipedia.org/wiki/Ssh-keygen),
one of the two digital signature formats supported by
[Git](https://en.wikipedia.org/wiki/Git).


[Check Signature Tutorial](tutorial/check_signature.md)

[Verify Signature Tutorial](tutorial/verify_signature.md)

[How to Check a Git Commit Signature](howto/check_commit.md)

[API Reference](reference.md)


Install
-------

```
pip install sshsig
```