Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] encryption/encrypted and decryption /decrypted support #17

Open
clach04 opened this issue Mar 16, 2024 · 1 comment
Open

[FEATURE] encryption/encrypted and decryption /decrypted support #17

clach04 opened this issue Mar 16, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@clach04
Copy link
Contributor

clach04 commented Mar 16, 2024

Nyx Text Feature Request

Description

- [ ] Basic file Encryption / Decryption
mentions support for crypto support.

Any docs on plans/ideas/goals for this?

Problem Statement

See above, clarification on goal

Proposed Solution

[Describe how you envision the feature working and its expected benefits.]

Use Cases

I'm looking for a fast Python editor (ideally with directory/project browsing with spell check) to bolt in my encryption library. Trying to determine if the projects would be compatible with each other.

Implementation Ideas

  1. PEP 272 - https://peps.python.org/pep-0272/
  2. Puren Tonbo - https://github.com/clach04/puren_tonbo (final stable API not confirmed)
  3. something else?

Alternatives Considered

I would recommend NOT going down the PEP 272 route as this doesn't handle crypto containers. It certainly makes sense to use that if you are handling contain/file-format API yourself.

Additional Context

[Add any other context or information that might be relevant to this feature request.]

Your GitHub Username

[Please provide your GitHub username if you'd like to be credited for this feature request or if you'd like to be notified about updates.]

Labels

[Choose appropriate labels to categorize the feature request, such as "enhancement", "new feature", etc.]

@clach04 clach04 added the enhancement New feature or request label Mar 16, 2024
@parazeeknova
Copy link
Owner

Yeh, we are planning to add a feature for encryption and decryption for text files while saving a file, opening a encrypted text file although any encryption algorithm in not decided at the moment, as this feature will be implemented when the editor does basic functionality's (which it does not at the moment). I'll look into the PEP 272 & Puren Tonbo as you had mentioned them 👀. Hence, any documentation is not available for the project at the moment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants