mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-27 22:11:10 +00:00
Readme Corrected
This commit is contained in:
parent
018555d41a
commit
1e79be1f4d
|
@ -1,10 +1,6 @@
|
||||||
# SHOP INVENTORY MANAGEMENT IN PYTHON
|
# SHOP INVENTORY MANAGEMENT IN PYTHON
|
||||||
|
|
||||||
- I've imported the rsa package.
|
- I've created a Shop INventory Management project.
|
||||||
- It generates the public and private key.
|
- It has various functions.
|
||||||
- It then stores the keys in keys/privkey.pem and keys/publickey.pem.
|
- It helps Entry,Extraction and other relevant manipulation methods of stored Data.
|
||||||
- The keys are then loaded to the program as publickey and privatekey.
|
|
||||||
- The inputed text or message is encrypted with the public key.
|
|
||||||
- Which then is put in the variable ciphertext.
|
|
||||||
- The private key is used to decrypt the message.
|
|
||||||
- Here we also verify the signature of the message and the keys, whether they are signified or not.
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user