Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 451 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 451 Bytes

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