python-beginner-projects
python-beginner-projects copied to clipboard
Encryption-Decryption In Python
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
Hey, maintainers can you please assign this simple and beginner friendly issue to me . Really Thanks
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.
@joshiadarshx, I started working on this will send you the pull request soon. Thank you : )