You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
git-secret/tests/fixtures/gpg
Josh Rabinowitz 246825c658
fix for keys with only emails, and no usernames. Closes #227 (#240)
* test and fix for keys with only emails, and no usernames. Closes #227
6 years ago
..
attacker1 Migrate to exported keys. 7 years ago
user1 Migrate to exported keys. 7 years ago
user2 Migrate to exported keys. 7 years ago
user3 fix for keys with only emails, and no usernames. Closes #227 (#240) 6 years ago
README.md fix for keys with only emails, and no usernames. Closes #227 (#240) 6 years ago

README.md

== public/private key pairs for test keys

  • user1 and user2 are normal gpg key sets for user1@gitsecret.io and user2@gitsecret.io. They have the passwords 'user1pass' and 'user2pass', respectively.

  • user3 was created by gpg --quick-generate user3@gitsecret.io and therefore has only an email associated with it (no username).
    It has the password 'user3pass' as the tests expect. This user was created to fix https://github.com/sobolevn/git-secret/issues/227 , "keys with no info but the email address not recognized by whoknows"