Skip to content

Commit df8033a

Browse files
committed
replace dead cryptopp.com link with archive
1 parent 2c9c01a commit df8033a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/_guides/wallet_files.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This file is used to distinguish wallets on different networks from eachother.
4040

4141
## Encryption
4242

43-
The keys and cache files are encrypted using the [chacha20 stream cipher](https://www.cryptopp.com/wiki/ChaCha20). The KDF to generate the encryption key from the wallet password is 𝒄𝒓𝒚𝒑𝒕𝒐𝒏𝒊𝒈𝒉𝒕, a memory hard hash function that was used in Monero's proof-of-work before RandomX.
43+
The keys and cache files are encrypted using the [chacha20 stream cipher](https://web.archive.org/web/20240606185144/https://www.cryptopp.com/wiki/ChaCha20). The KDF to generate the encryption key from the wallet password is 𝒄𝒓𝒚𝒑𝒕𝒐𝒏𝒊𝒈𝒉𝒕, a memory hard hash function that was used in Monero's proof-of-work before RandomX.
4444

4545
>The 𝒄𝒓𝒚𝒑𝒕𝒐𝒏𝒊𝒈𝒉𝒕 hash operates by first using Keccak 1600,
4646
>the 1600 bit variant of the Keccak hash used in SHA-3, to create a 200 byte
@@ -60,4 +60,4 @@ A modern CPU takes about 30-40 ms to run the KDF on a single core using the refe
6060

6161
## Compatibility with other wallets
6262

63-
Wallet files are generally compatible with other Monero wallets. Meaning, you can create a wallet with the CLI or GUI and open it in Feather or vice versa. However, compatibility issues may occur if the the underlying wallet implementation versions differ too much. Before opening a wallet file in a different client, make sure both clients are up to date.
63+
Wallet files are generally compatible with other Monero wallets. Meaning, you can create a wallet with the CLI or GUI and open it in Feather or vice versa. However, compatibility issues may occur if the the underlying wallet implementation versions differ too much. Before opening a wallet file in a different client, make sure both clients are up to date.

0 commit comments

Comments
 (0)