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

Implement string encryption with ASCII armor #28

Open
xecrets opened this issue Sep 23, 2023 · 0 comments
Open

Implement string encryption with ASCII armor #28

xecrets opened this issue Sep 23, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@xecrets
Copy link
Owner

xecrets commented Sep 23, 2023

Implement a simple function to encrypt/decrypt a string under a password, outputting the encrypted data as ASCII armored text. It's ca. 300 bytes overhead, but that's not really of any consequence. Possibly we could in the future do a slimmed down version with less overhead. Since it starts with a GUID, we don't need to wrap it with marker lines, but perhaps
we should anyway to make it easy for humans to know what it is.

It's almost the most common question asked in all forums "How do I encrypt a string" - and this would be a good way to once and for all implement some good reference code to illustrate the actual magnitude of the problem.

@xecrets xecrets added the enhancement New feature or request label Oct 24, 2023
@xecrets xecrets changed the title Implement string encryption Implement string encryption with ASCII armor May 17, 2024
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

1 participant