python-beginner-projects icon indicating copy to clipboard operation
python-beginner-projects copied to clipboard

Encryption-Decryption In Python

Open adarshherohoo opened this issue 1 year ago • 3 comments

Is your feature request related to a problem? Please describe. Many users need a Python program that can generate secret codes from input strings and decode these codes back into the original strings. However, they want a solution without relying on external libraries, seeking a basic yet functional approach to handle encryption and decryption. Describe the solution you'd like A Python program has been designed to fulfill this requirement. This program allows users to encode strings into secret codes and decode these codes back into the original strings without the use of external libraries or cryptographic functions. Describe alternatives you've considered -Using Cryptography Libraries: -Custom Encryption Algorithms: Additional context -Beginner Friendly -Simple to understand

adarshherohoo avatar Oct 10 '23 10:10 adarshherohoo

Hey, maintainers can you please assign this simple and beginner friendly issue to me . Really Thanks

adarshherohoo avatar Oct 10 '23 10:10 adarshherohoo

Hi @joshiadarshx, I would like to work on this issue; can you please assign it to me? I would like to use - Custom Encryption Algorithms.

AmitM0287 avatar Jan 12 '24 19:01 AmitM0287

@joshiadarshx, I started working on this will send you the pull request soon. Thank you : )

AmitM0287 avatar Jan 12 '24 19:01 AmitM0287