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

feat(crypto): mnemonic generation/encryption/decryption/storage #2014

Merged
merged 22 commits into from
Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
03c0e59
wip: Implement mnemonic generation, encryption, decryption, and stora…
shamardy Nov 24, 2023
714e72d
Wasm encryption/decryption and wallets mnemonic files storage
shamardy Nov 28, 2023
d0e3f44
rollback some Cargo.lock changes that were done due to the use of ope…
shamardy Nov 28, 2023
2e50871
rollback some adex-cli Cargo.lock changes to be the same as cargo.loc…
shamardy Nov 28, 2023
eb04b12
Fix review notes: use consts where applicable, refactor MnemonicsTabl…
shamardy Nov 30, 2023
825ecdb
Fix review notes: add EncryptionAlgorithm enum
shamardy Nov 30, 2023
8365567
Fix review notes: fix on_upgrade_needed fn for mnemonics table, make…
shamardy Dec 1, 2023
69117b8
Fix review notes: fix doc comments of read_encrypted_passphrase
shamardy Dec 1, 2023
3bdb2d5
allow importing of an encrypted passphrase
shamardy Jan 9, 2024
2df7834
refactor handle_passphrase_logic
shamardy Jan 10, 2024
839beb6
make global wallets db part of ctx
shamardy Jan 17, 2024
4b7c014
fix wasm clippy
shamardy Jan 17, 2024
5a65a48
add get_mnemonic rpc
shamardy Feb 6, 2024
6d5e271
add SLIP-0021 keys derivation
shamardy Feb 9, 2024
c37316e
add encrypt.rs for encryption of general data regardless of key deriv…
shamardy Feb 9, 2024
37f16fb
add decrypt.rs for decryption of general data regardless of key deriv…
shamardy Feb 9, 2024
9ad3358
Introduce SLIP-0021 encryption and decryption in slip21.rs
shamardy Feb 12, 2024
66085b0
Merge remote-tracking branch 'origin/dev' into feat-seed-gen
shamardy Feb 12, 2024
4f666c1
Review Fixes:
shamardy Feb 14, 2024
ba0fb59
Review fixes:
shamardy Feb 16, 2024
eb26362
Review fixes: Update base64 crate to 0.21.2 and replace deprecated fu…
shamardy Feb 16, 2024
47cdc19
Merge remote-tracking branch 'origin/dev' into feat-seed-gen
shamardy Apr 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
192 changes: 138 additions & 54 deletions Cargo.lock

Large diffs are not rendered by default.

187 changes: 158 additions & 29 deletions mm2src/adex_cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading