There was an error while loading. Please reload this page.
1 parent 018555d commit 1e79be1Copy full SHA for 1e79be1
scripts/Shop_Inventory/README.md
@@ -1,10 +1,6 @@
1
# SHOP INVENTORY MANAGEMENT IN PYTHON
2
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.
+- I've created a Shop INventory Management project.
+- It has various functions.
+- It helps Entry,Extraction and other relevant manipulation methods of stored Data.
+
0 commit comments