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

plug-able encryption #4

Open
clach04 opened this issue Feb 6, 2023 · 0 comments
Open

plug-able encryption #4

clach04 opened this issue Feb 6, 2023 · 0 comments

Comments

@clach04
Copy link
Owner

clach04 commented Feb 6, 2023

PyTombo and original Tombo do not support alternative encryption systems/file-formats. Also see clach04/tombo#1

Puren Tonbo as of 2023-12-30 supports:

Crypto Support is static, currently there is no plugin/discovery mechanism see a0ad483 for an example of what is involved in adding new format support. See https://github.com/tibonihoo/yapsy

https://soatok.blog/2020/07/12/comparison-of-symmetric-encryption-methods/

Ideas

The main aim of different encryption/file formats is compatibility to avoid lock-in and promote ease of transportation of data. The list below are existing formats. This project has no intent to create a new format/encryption-algorithm! Wish list, implementations in; Python (3 and 2), Javascript (for browser, ideally web crypto API), C (C++), and Java to allow cross-platform exchanges (e.g. with native Android), see clach04/tombo#1

key derivation functions

Not under consideration at this time

Short List

XChaCha20-Poly1305, AES-GCM-SIV,

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

No branches or pull requests

1 participant