-
Notifications
You must be signed in to change notification settings - Fork 67
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
Support for AEGIS 256 #77
Comments
=> I'm open to any contribution you'd like to make in these directions. Either via pull request or I can provide you a branch to work on/in. |
I saw on LibSodium that those algorithms are brand new and they will be
available for LibSodium users (such as PHP servers) , so I thought it would
be nice to have them in Delphi side (pure code, not external DLL).
Also, the demos are quite dark. There is not enough explanations, like in
the Twofish cipher example, there is no mention about how to use the vector
or how to set a strong vector.
Le sam. 15 juin 2024 à 21:42, Markus ***@***.***> a écrit :
…
1. Since this is an open source project it is possible
2. It simply requires somebody adding the code or providing usable
code at least ;-)
3. Why do you want to have AES GCM added? This is not neccessary. Why?
4. Since this is already in the current version. This is "just"
another block concatenating mode
and thus you need to set the right mode to get this.
=> I'm open to any contribution you'd like to make in these directions.
Either via pull request or I can provide you a branch to work on/in.
—
Reply to this email directly, view it on GitHub
<#77 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOEZA437NFWL646AC6KXSTTZHSRLTAVCNFSM6AAAAABJL4XTJKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNZQGY3DOOBUGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This is all well and good, I also want a lot of things in there, which would be nice. But: somebody needs to implement them! Asking for support of things is easy, investing the time and brain to implement them is the cruical thing! |
Is it possible to add support for new encryption algorithms like those implemented in LibSodium (AES GCM, AEGIS 128, AEGIS 256, ...) ?
The text was updated successfully, but these errors were encountered: