Skip to content

Conversation

StefanGreve
Copy link
Member

@StefanGreve StefanGreve commented Feb 9, 2025

Closes #3.

TODOS

  • implement RSACryptoProvider
  • implement RSACryptoService
  • implement AddRSACryptoService from options
  • implement AddRSACryptoService from appsettings.json
  • implement RSACryptoOptionsValidator
  • use a MessageBus to send the detected password certificate from the validator to RSACryptoService

Stretch Goals

  • add documentation for correct password hashing
  • implement Verify methods for hash comparisons
  • create a new alpha release

Documentation

  • add doc strings to IRSACryptoService and RSACryptoProvider
  • document best practices in /docs

Unit Tests

  • test RSACryptoProvider
  • test RSACryptoService
  • test AddRSACryptoService from options
  • test AddRSACryptoService from appsettings.json
image

@StefanGreve StefanGreve added documentation Improvements or additions to documentation enhancement New feature or request tests Work on test suite feature New feature labels Feb 9, 2025
@StefanGreve StefanGreve added this to the Version 8.0.0-alpha milestone Feb 9, 2025
@StefanGreve StefanGreve self-assigned this Feb 9, 2025
@StefanGreve
Copy link
Member Author

Consider re-writing the Makefile into a PowerShell script... 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request feature New feature tests Work on test suite

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement RSACrypto

1 participant