Python Secret Storage package
Project description
secret_storage
Python Secret Storage package
Install
pip install kan_secret_storage
Usage
import kan_secret_storage.main as ss
message = 'Hello Blablacode.ru!'
ss.storedata("message", message.encode("utf-8"))
message1 = ss.getdata("message")
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.