Metadata-Version: 2.4
Name: SwiftGUI_Encryption
Version: 0.0.1
Summary: Useful encryption-features for SwiftGUI-applications based on PyCryptoDome
License-Expression: Apache-2.0
License-File: LICENSE
Author: Eric aka CheesecakeTV
Author-email: cheesecaketv53+pypi@gmail.com
Requires-Python: >=3.10
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Project-URL: Documentation, https://github.com/CheesecakeTV/SwiftGUI-Docs
Project-URL: Repository, https://github.com/CheesecakeTV/SwiftGUI-Encryption
Project-URL: issues, https://github.com/CheesecakeTV/SwiftGUI/issues
Description-Content-Type: text/markdown


# SwiftGUI-Encryption: Motivation
It's not that good of an idea to save passwords and other sensitive data as plain texts.

But cryptography is a difficult subject and a lot bigger than you might think.
If you do something wrong, your whole encryption might become useless.

As someone who studied encryption at university as part of my masters degree, I feel confident to use the provided
tools correctly.

The SwiftGUI_Encryption-package is basically how I would encrypt data.
I let you use my encryption-schemes, so you won't have to dive deep into cryptography.

Also, this package can be used as an addon for SwiftGUI, but doesn't have to be.


