Bernard-Balmaceda-Jr / Cipher

Cipher Dev, Test & Deliver
MIT License
0 stars 0 forks source link

No private attributes in Python #5

Open Bernard-Balmaceda-Jr opened 5 years ago

Bernard-Balmaceda-Jr commented 5 years ago

In Python attributes cannot be declared as private.
Therefore security is an issue for using and storing cipher keywords while encrypting data.

This is an outstanding defect for now.
A simplified workaround is to use the following designs, where applicable;