-
Notifications
You must be signed in to change notification settings - Fork 5
go build fail in debian linux go1.19.3 linux/amd64 #2
Comments
I managed to compile it on windows but after running ./browserpass -b c |
Hey, thanks for raising this. That's because new chrome uses the new type encryption which is not implemented in this tool yet. I don't have time for this, but contributions are welcome. |
Just wanted to say awesome work. I am in the learning stage myself by reviewing you code and wondered why it didn't worked, perhaps can I ask if you have a discord server where I can ask some questions I only found this repo which is active on this project. |
Thanks for the feedback :) I don't have a discord, but there's a group on telegram related to my other project (https://github.com/rusq/slackdump): https://t.me/slackdump and a Slack workspace, which you can join by generating an invite to your email: https://slackdump.herokuapp.com/ |
Thank you very much. I will keep the issue open because it is still not fixed. If you want you can close it if you feel appropriate. |
No problem. I'll leave this open, maybe will return to it when I need it, or, which I think is highly unlikely, someone from community will submit a PR. |
github.com/rusq/browserpass/nss nss/nss3.go:100:9: undefined: new3 nss/nss3.go:105:23: undefined: nssname nss/nss3.go:105:32: undefined: locations nss/nss3.go:117:15: ns.NSS_Init undefined (type *NSS has no field or method NSS_Init) nss/nss3.go:129:15: ns.NSS_Shutdown undefined (type *NSS has no field or method NSS_Shutdown) nss/nss3.go:160:12: ns.decode undefined (type *NSS has no field or method decode, but does have Decode) nss/nss3.go:190:12: ns.close undefined (type *NSS has no field or method close, but does have Close)
The text was updated successfully, but these errors were encountered: