mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
9 lines
201 B
Plaintext
9 lines
201 B
Plaintext
[console_scripts]
|
|
pyrsa-decrypt=rsa.cli:decrypt
|
|
pyrsa-encrypt=rsa.cli:encrypt
|
|
pyrsa-keygen=rsa.cli:keygen
|
|
pyrsa-priv2pub=rsa.util:private_to_public
|
|
pyrsa-sign=rsa.cli:sign
|
|
pyrsa-verify=rsa.cli:verify
|
|
|