Metadata-Version: 2.1
Name: NMCS
Version: 666
Summary: Dynamic cryptography
Author: Neelanjan Manna
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pycryptodome

from NMCS import *
a=input("enter 1 to encrypt 2 to decrypt==============")
b=input("enter message============")
c=input("enter pin 4 - 8 digits================")
print(neelanjanmanna(a,b,c))
