Skip to content

Commit 1e79be1

Browse files
Readme Corrected
1 parent 018555d commit 1e79be1

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

scripts/Shop_Inventory/README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# SHOP INVENTORY MANAGEMENT IN PYTHON
22

3-
- I've imported the rsa package.
4-
- It generates the public and private key.
5-
- It then stores the keys in keys/privkey.pem and keys/publickey.pem.
6-
- The keys are then loaded to the program as publickey and privatekey.
7-
- The inputed text or message is encrypted with the public key.
8-
- Which then is put in the variable ciphertext.
9-
- The private key is used to decrypt the message.
10-
- Here we also verify the signature of the message and the keys, whether they are signified or not.
3+
- I've created a Shop INventory Management project.
4+
- It has various functions.
5+
- It helps Entry,Extraction and other relevant manipulation methods of stored Data.
6+

0 commit comments

Comments
 (0)