-
Notifications
You must be signed in to change notification settings - Fork 1
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 "signcryption" #9
Comments
I'll work on this. |
|
@GildedHonour indeed. The current usage of transcryptor is locked into attr-encrypted which relies on the encryptor gem, which in turn relies on OpenSSL. To enable signcryption we will need to support algorithms beyond those provided by the encryptor gem, that uses non-OpenSSL libraries, such as https://github.com/randombit/botan, for example through https://github.com/riboseinc/ruby-botan. Signcryption algorithms are also detailed in ISO/IEC 29150:2011 -- Information technology -- Security techniques — Signcryption. |
@ronaldtse ISO/IEC 29150:2011 isn't free and I haven't found a free one in the internet, is there any? Although I have a few pdfs and code in python, maybe that'll be enough. |
Roadmap #3
https://en.wikipedia.org/wiki/Signcryption
The text was updated successfully, but these errors were encountered: