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

Serialized form of RSA keys should include 'RSA' prefix. #1

Closed
twuni opened this issue Jul 29, 2011 · 1 comment
Closed

Serialized form of RSA keys should include 'RSA' prefix. #1

twuni opened this issue Jul 29, 2011 · 1 comment

Comments

@twuni
Copy link
Collaborator

twuni commented Jul 29, 2011

Serialization/deserialization of an RSA private or public key should involve parsing of an RSA| prefix. This will help to distinguish key-pairs with different algorithms when stored in the same database table.

Similarly, any new cryptographic algorithm should include an identifying prefix in its serialized form.

@ghost ghost assigned twuni Aug 10, 2011
@twuni
Copy link
Collaborator Author

twuni commented Aug 10, 2011

Done and done.

@twuni twuni closed this as completed Aug 10, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

0 participants