keycard-cli
keycard-cli copied to clipboard
A command line tool and shell to manage keycards
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.1.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...
Doesn´t work with SCP03 Cards, could you fix this please?
I've been playing with `keycard-cli`, following [this tutorial](https://discuss.status.im/t/introducing-the-keycard-shell/1178). Despite I've run the commands always with a `keycard-unpair {{ session_pairing_index }}` command, the `AvailableSlots` indicator was in decrease. Right now the...
`rutvishah@Rutvis-Laptop keycard % ./keycard install -l debug -a keycard.cap -f INFO [07-10|17:44:25.562] waiting for a card package=status-go/cmd/keycard INFO [07-10|17:44:25.565] card found package=status-go/cmd/keycard index=0 DEBUG[07-10|17:44:25.565] using reader package=status-go/cmd/keycard name="SCM Microsystems Inc....
At the moment the arguments are read and parsed using [os.Args](https://pkg.go.dev/[email protected]#Args). This approach leaves little room for improvement of the CLI tools. I suggest the adoption of a specialized library,...