Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Share by url & refactoring #23

Merged
merged 16 commits into from
May 14, 2023
Merged

Share by url & refactoring #23

merged 16 commits into from
May 14, 2023

Conversation

TheBestTvarynka
Copy link
Owner

@TheBestTvarynka TheBestTvarynka commented May 6, 2023

  • Share the current sample by URL.
  • Load sample data from the URL (if params are present).
  • Refactor KRB input (use byte vectors/slices instead of raw string).
  • Refactor RSA input.

closes #22

@TheBestTvarynka TheBestTvarynka added the enhancement Changes that affects all report or any general component label May 6, 2023
@TheBestTvarynka TheBestTvarynka self-assigned this May 6, 2023
* byte_input: set raw value on props change;
* switch: replace UseStateSetter with Callback;
* use byte vactors instead of raw String;
* replace simple input with the ByteInput component;
* clear code;
@TheBestTvarynka TheBestTvarynka added the crypto-helper Changes in the crypto-helper page label May 11, 2023
* rsa: refactor RSA input: use private/public key instrances instead of raw string.
* assets: add rsa private/publi keys.
* format code;
* implement url copying for share button.
* replaced custom copy function with use_clipboard hook in all places.
* format code and fix clippy warnings;
fix(crypto-helper): computation: krb encryption/decryption computation;
…e all serde helper functions into a separate module;
@TheBestTvarynka TheBestTvarynka changed the title Share by url Share by url & refactoring May 14, 2023
@TheBestTvarynka TheBestTvarynka added the jwt JWT debugger changes label May 14, 2023
@TheBestTvarynka TheBestTvarynka marked this pull request as ready for review May 14, 2023 17:46
@TheBestTvarynka TheBestTvarynka merged commit 0db9675 into main May 14, 2023
@TheBestTvarynka TheBestTvarynka deleted the share-by-url branch May 14, 2023 17:49
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
crypto-helper Changes in the crypto-helper page enhancement Changes that affects all report or any general component jwt JWT debugger changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Share by url
1 participant