Metadata-Version: 2.1
Name: iotasecret
Version: 0.0.0.5
Summary: Send secrets using iota.
Home-page: https://github.com/Tsangares/iotasecret
Author-email: william.wyatt@cgu.edu
License: UNKNOWN
Description: # Installation
        
        It is a pip package
        
            pip install iotasecret
        	
        ## Sending a message
        
        Once installed you will need to come up with a passphrase and a message to send. Once you are ready execute the command
        
            iotasecret emit MYPASSPHRASE --message 'my message'
        	
        	
        ## Recieving a message
        
        Remember your passphrase and run the command,
        
            iotasecret read MYPASSPHRASE
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
