Mrinank-Bhowmick / python-beginner-projects

Explore a collection of beginner-friendly Python projects that can be completed with minimal code. Perfect for learning the basics and improving your coding skills.
https://github.com/Mrinank-Bhowmick/python-beginner-projects/wiki
MIT License
988 stars 596 forks source link

Encryption-Decryption In Python #492

Open adarshherohoo opened 9 months ago

adarshherohoo commented 9 months ago

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 commented 9 months ago

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

AmitM0287 commented 5 months ago

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 commented 5 months ago

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