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

conflict docs #24

Merged
merged 29 commits into from
Aug 25, 2024
Merged

conflict docs #24

merged 29 commits into from
Aug 25, 2024

Conversation

virjilakrum
Copy link
Owner

No description provided.

@virjilakrum virjilakrum added the invalid This doesn't seem right label Jun 6, 2024
@virjilakrum virjilakrum self-assigned this Jun 6, 2024
virjilakrum and others added 11 commits June 6, 2024 16:56
Send Encrypted Data

1 - Users who can receive data should upload the Public Key in Arweave, the dApp generate a public key derivative from wallet file.

2 - To send an encrypted file we need the Arweave address of the receiver, we push the public key data from the Arweave blockchain

3 - For encrypt the file we generate a new wallet file using "arweave.wallets.generate". with this wallet file we generate a derivative private key and encrypt the data using AES.

4 - With the Public Key of the user published in Blockchain we encrypted the Private Key that encrypted the data using RSA. Allowing only with the private key of the user it will be possible to decrypt the data

5 - For decrypted the file the user generate your private key from your wallet, and decrypt the encryption key that encrypt the data. with the encryption key decrypt the user can decrypt the data
@virjilakrum virjilakrum added bug Something isn't working documentation Improvements or additions to documentation labels Aug 23, 2024
Wormhole Core Contract
File Transfer Contract
Tests
Copy link

gitguardian bot commented Aug 25, 2024

⚠️ GitGuardian has uncovered 2 secrets following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

Since your pull request originates from a forked repository, GitGuardian is not able to associate the secrets uncovered with secret incidents on your GitGuardian dashboard.
Skipping this check run and merging your pull request will create secret incidents on your GitGuardian dashboard.

🔎 Detected hardcoded secrets in your pull request
GitGuardian id GitGuardian status Secret Commit Filename
13523325 Triggered Generic High Entropy Secret 5d2451d wormhole-local-validator/solana.bash View secret
13523325 Triggered Generic High Entropy Secret d78b8ca wormhole-local-validator/solana.bash View secret
🛠 Guidelines to remediate hardcoded secrets
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secret safely. Learn here the best practices.
  3. Revoke and rotate this secret.
  4. If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.

To avoid such incidents in the future consider


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

@virjilakrum virjilakrum merged commit 8b6072c into virjilakrum:main Aug 25, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation invalid This doesn't seem right
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant