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

Research whether RSA-PSS is necessary for OC #1

Open
nilstoedtmann opened this issue Jan 22, 2013 · 2 comments
Open

Research whether RSA-PSS is necessary for OC #1

nilstoedtmann opened this issue Jan 22, 2013 · 2 comments
Assignees

Comments

@nilstoedtmann
Copy link
Member

RSA-PSS (http://tools.ietf.org/html/rfc3447) is designed to protect against a number of risks that come with simplistic hash-the-zeropad-then-sign.

We should research whether one/some of these threats are relevant to OC. If not, we can allow the simple hash+RSA for OC.

@ghost ghost assigned nilstoedtmann Jan 22, 2013
@jhb
Copy link
Member

jhb commented Jan 23, 2013

do we use sha256(bencode(payload/mint_key/...)) in the meantime, until reasearch is done?

@nilstoedtmann
Copy link
Member Author

Yes. I suggest we call the crypto suite "RSA-0PAD-SHA265-CHAUM86". This might be a good test of how easy we can change the crypto suite :-)

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

2 participants