You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 25, 2022. It is now read-only.
Encryption refers to the process of hiding information, typically using a secret cipher. Encoding is simply a transformation from one representation to another, like base64, or character encoding like Latin-1 <-> UTF-8, or audio/video codec transformations.
I can create a PR if you like, but it seems that merely renaming a directory might be needlessly cumbersome to do in a pull request. However, the documentation should also be updated in accordance with the above. Please advise on how we should proceed.
Type of issue
Feature (New Script)
Bug
Documentation
Checklist:
I have read the project guidelines.
I have checked all the existing projects, before submitting a new project issue.
I have checked previous issues to avoid duplicates.
Description
https://github.com/Python-World/python-mini-projects/tree/master/projects/Create_script_to_encode_and_decode_text misleadingly has a name and a description which talks about "encoding" and "decoding", where in fact the project's aim is to demonstrate encryption and decryption.
Encryption refers to the process of hiding information, typically using a secret cipher. Encoding is simply a transformation from one representation to another, like base64, or character encoding like Latin-1 <-> UTF-8, or audio/video codec transformations.
I can create a PR if you like, but it seems that merely renaming a directory might be needlessly cumbersome to do in a pull request. However, the documentation should also be updated in accordance with the above. Please advise on how we should proceed.
Type of issue
Checklist:
I have read the project guidelines.
I have checked all the existing projects, before submitting a new project issue.
I have checked previous issues to avoid duplicates.
This issue will be meaningful for the project.
I have added screenshots of the bug
I have added steps to reproduce the bug
I have proposed a possible solution for the bug