We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I try to use the tool as : gpg --export 0x41259773973A612A | go run main.go,
gpg --export 0x41259773973A612A | go run main.go
The output text appeared garbled like this :
... 'T|i D)] #&:f]ϩ Tqˇ *w۔(J&#':iV-;#k ؚG�81b@sQ)IWX:-$hJw��3vin X1ת];ˮ3h3 T#n $\uMIg1}UZ*?#tɇ N넨9hPjZǍ"�Yg$,7@N>@tv2<yF}\ o(ؤ7q4Fm :fx! -|ß{¼1Ypb.3.�2-S;ʻEI% |ОWI.)MpSƩ:dyN^x\Y[,@3|P$ߴ9'6EXU+&53P4p>; Rkv QUkMTqˇS� ;wR%=U כbըK/;aDiaHX.ZP[)T��O=iyk~wM$%9zЛV8~m [Yya`_lJD eZ2͙/~רSFa%7P F}9 z ^)] Tqˇ ?yXu!="47:z.��rT{%*f@dR@zIn)ֹ2E5KEsP Gş*d9h3Y Bmv/$/szQn?#pLsX 庿ƾTWVAyv;ã͵e5˖z1I|7Mbv xl'tWR手Nvn9-vz!�JVV~LS!2uK2ŅIblܺk0p4NL ;">f =AIR#0,5�Aܨ)ʋ,AUsem2a F#y8FrQfU}-yvT't좢*{9}4i2ZKf귺?6(Xm-śtVYLr� Ӆ;>E<y'&?,YoEN?]vhNK?[{n%NYʈtpÌnIӳH*91 Yx#lNpܽW [A#`k.m:[g#
use gpg -k list the keys, nothing has changed, it's seems to not work.
gpg -k
The text was updated successfully, but these errors were encountered:
You'll have to capture this output to a file and subsequently import it back to your keychain, something like:
gpg --export 0x41259773973A612A | ./sks-exploit > 0x41259773973A612A.gpg gpg --import 0x41259773973A612A.gpg
Sorry, something went wrong.
You'll have to capture this output to a file and subsequently import it back to your keychain, something like: gpg --export 0x41259773973A612A | ./sks-exploit > 0x41259773973A612A.gpg gpg --import 0x41259773973A612A.gpg
Yes,I tried it, and when I import it back :
gpg: key 501DEDC36BD409C8: 1 duplicate signature removed gpg: key 501DEDC36BD409C8: 1 signature reordered gpg: key 501DEDC36BD409C8: "test0 <[email protected]>" not changed gpg: Total number processed: 1 gpg: unchanged: 1
Still nothing has changed. Did the gnupg client fix this problem?
No branches or pull requests
Hello, I try to use the tool as :
gpg --export 0x41259773973A612A | go run main.go
,The output text appeared garbled like this :
use
gpg -k
list the keys, nothing has changed, it's seems to not work.The text was updated successfully, but these errors were encountered: