nyxtext icon indicating copy to clipboard operation
nyxtext copied to clipboard

[FEATURE] encryption/encrypted and decryption /decrypted support

Open clach04 opened this issue 3 months ago • 1 comments

Nyx Text Feature Request

Description

https://github.com/parazeeknova/nyxtext/blob/3cfb7d72730acc4a16745d6a9967a3f9ba9ef19b/README.md?plain=1#L146 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 avatar Mar 16 '24 19:03 clach04