Last active
December 7, 2023 15:48
-
-
Save sunsided/0d0e037963475c49c532e512571ddb46 to your computer and use it in GitHub Desktop.
cargo crev ID export
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: -1 | |
url: https://github.com/your-username/crev-proofs | |
public-key: ... some public key ... | |
sealed-secret-key: ... some secret key ... | |
seal-nonce: ... some seal nonce ... | |
pass: | |
version: 19 | |
variant: argon2id | |
iterations: 192 | |
memory-size: 4096 | |
lanes: 8 | |
salt: ... some salt ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Part of the Trust in Open Source (or don’t): The advent of Crev in Code Reviews Medium post.