cmulay / python-aio

You can now seek help on your current python project ! Drop discussion in QnA Section of this repo ! Below is the link for discussion.
https://github.com/cmulay/python-aio/discussions
Apache License 2.0
12 stars 12 forks source link

Add a GUI based Python Encoder Decoder #14

Closed cmulay closed 3 years ago

cmulay commented 3 years ago

Aim will be to encode and decode messages using a common key this functionality can be achieved by using base64 library.

(base64 module provides a function to encode the binary data to ASCII characters and decode that ASCII characters back to binary data).

atharva21-stack commented 3 years ago

I would like to work on this issue.

cmulay commented 3 years ago

Please go ahead !