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

about pattern doubt #5

Open
orangejx opened this issue Feb 9, 2023 · 2 comments
Open

about pattern doubt #5

orangejx opened this issue Feb 9, 2023 · 2 comments

Comments

@orangejx
Copy link

orangejx commented Feb 9, 2023

Dear Manager,

After I specified the pattern, it did not take effect according to the rules.
My command is ./gpg-fingerprint-filter-gpu/gpg-fingerprint-filter-gpu -b 870480000 -j 16 'X{8}|(XY){4}' /content/drive/MyDrive/Crash.GPG.Fingerprint.
But specifying the rule as 88888888 or something like that would work (like ./gpg-fingerprint-filter-gpu/gpg-fingerprint-filter-gpu -b 870480000 -a cv25519 -j 16 '88888888' /content/drive/MyDrive/Crash.GPG.Fingerprint),
is there something wrong with my pattern writing?

Best wishes,
Aldrich

@orangejx
Copy link
Author

orangejx commented Feb 9, 2023

Can I name the save file as the value of the fingerprint. such as [fingerprint].gpg.

@cuihaoleo
Copy link
Owner

Hi, could you elaborate how the command "did not take effect"? What key/output did you get?

On my side it works correctly:

$ ./gpg-fingerprint-filter-gpu -b 870480000 -j 16 'X{8}|(XY){4}' output/

Result found!
GPG key written to output//866585354.1804289383.gpg
$ gpg --list-packets output/866585354.1804289383.gpg
# off=0 ctb=95 tag=5 hlen=3 plen=920
:secret key packet:
	version 4, algo 1, created 866585354, expires 0
	pkey[0]: [2048 bits]
	pkey[1]: [17 bits]
	skey[2]: [2044 bits]
	skey[3]: [1024 bits]
	skey[4]: [1024 bits]
	skey[5]: [1023 bits]
	checksum: 3af7
	keyid: DBC71B39C1C1C1C1
# off=923 ctb=b4 tag=13 hlen=2 plen=6
:user ID packet: "NONAME"

Can I name the save file as the value of the fingerprint. such as [fingerprint].gpg.

Currently this is not supported. I don't plan to implement rich features for this toy project. Feel free to fork the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants