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

Implement ability to export and import RSA Parameters #10

Merged
merged 6 commits into from
Oct 31, 2021

Conversation

MayMeow
Copy link
Owner

@MayMeow MayMeow commented Oct 29, 2021

Allow to export rsa parameters to the storage.

Adding new Classes: Readers, Writers and Locators.

  • Readers - are used for reading RSA parameters from given location, they will return MayMeow\Cryptography\RSAParameters
  • Writers - are used to write RSAParameters parts to requested location in string format
  • Locators - can be used to locate parts of RSAParameters (can be filesystem path, data table, field or others) for more information check readme.

@MayMeow MayMeow changed the title Add RSAarameters writer Implement ability to export and import RSA Parameters Oct 31, 2021
@MayMeow MayMeow merged commit 4384a97 into main Oct 31, 2021
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

Successfully merging this pull request may close these issues.

None yet

1 participant