https://github.com/zdrzalikprzemyslaw/dsa-key
Implementation of DSA authentication key generation in python
https://github.com/zdrzalikprzemyslaw/dsa-key
console dsa dsa-algorithm python
Last synced: 2 months ago
JSON representation
Implementation of DSA authentication key generation in python
- Host: GitHub
- URL: https://github.com/zdrzalikprzemyslaw/dsa-key
- Owner: ZdrzalikPrzemyslaw
- License: apache-2.0
- Created: 2020-06-05T11:17:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-05T11:22:31.000Z (almost 5 years ago)
- Last Synced: 2025-01-09T20:15:29.707Z (4 months ago)
- Topics: console, dsa, dsa-algorithm, python
- Language: Python
- Homepage:
- Size: 140 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DSA-Key
Implementation of DSA authentication key generation in python## Installation
The program doesn't require any external libraries not bundled with python.
## Usage
Run main.py
Run command nr 1 and 2 in order to generate the parameters required for the algorithm to work.
Run command nr 3 to generate the signature.
Run command nr 4 to verify the signature.## License
[Apache License 2.0](https://choosealicense.com/licenses/apache-2.0/)