Jonathan Giannuzzi

Results 62 comments of Jonathan Giannuzzi

I would be very happy to implement this feature myself 😄 I just need to know how we should structure the `generate` and `verify` commands to differentiate between TOTP and...

I like the idea of `--type [hotp|totp]`, especially if we make it default to `totp` for backwards compatibility. Thanks, @maraino!

If you want to use [SQLCipher](https://github.com/sqlcipher/sqlcipher) instead of SEE, I have created the following PR: https://github.com/mattn/go-sqlite3/pull/1109

I have created the following PR to allow using SQLCipher with go-sqlite3, which I believe supersedes this one: https://github.com/mattn/go-sqlite3/pull/1109

I have implemented support for these functions through [SQLCipher](https://github.com/sqlcipher/sqlcipher) in the following PR: https://github.com/mattn/go-sqlite3/pull/1109. It does depend on OpenSSL at this stage, but it's probably better than not having encryption...

Should we maybe instead run Trivy daily on the existing latest image + on pull requests and push to `master`? This will let us scan what is currently released +...

@eswdd agreed — and as a future improvement, we should also build the Docker image (but not push, of course) on pull requests

Hi @harupy, you seem to be the main contributor to the devcontainer. Could you please review this PR?

I have added support for [SQLCipher](https://github.com/sqlcipher/sqlcipher) in the following PR: https://github.com/mattn/go-sqlite3/pull/1109

Thanks for the review @BenWilson2! I just rebased, tested locally, and pushed, so ready to run the CI :)