xingweitian / fund-my-watcard

A tool to add fund to WatCard easily.
https://pypi.org/project/fund-my-watcard/
GNU General Public License v3.0
10 stars 4 forks source link

Config file encryption #12

Closed xingweitian closed 5 years ago

KevinLu commented 5 years ago

I am working on it: 18d6384a57a74e8658a5eb589f847bbe2e528c49

Still need to add encryption to the config fields and decryption when using it.

KevinLu commented 5 years ago

Decryption has been added here: 7d19bcdaa9e931edea5ceb78eba62f348dbbf418

The config fields are now encrypted. Feel free to check the code and merge.

xingweitian commented 5 years ago

Decryption has been added here: 7d19bcd

The config fields are now encrypted. Feel free to check the code and merge.

Thanks! Please open a PR so that We can merge that to master.

KevinLu commented 5 years ago

Decryption has been added here: 7d19bcd The config fields are now encrypted. Feel free to check the code and merge.

Thanks! Please open a PR so that We can merge that to master.

We still need to add decryption when using watcard -f. Do you want to work on that?

xingweitian commented 5 years ago

Decryption has been added here: 7d19bcd The config fields are now encrypted. Feel free to check the code and merge.

Thanks! Please open a PR so that We can merge that to master.

We still need to add decryption when using watcard -f. Do you want to work on that?

No problem, I will finish it. You can still open a PR and I will directly make commit to that PR.

KevinLu commented 5 years ago

Pull request opened #21 .

xingweitian commented 5 years ago

This issue is closed since #21 has been merged.