samdjstevens / java-totp

A java library for implementing Time-based One Time Passwords for Multi-Factor Authentication.
MIT License
448 stars 109 forks source link

Is this library suitable for production use? #50

Open jacoblockard99 opened 1 year ago

jacoblockard99 commented 1 year ago

Is this library (still) suitable for production use today? It seems not to have been updated in a rather long time for a security-oriented package.

jacoblockard99 commented 1 year ago

I'm getting a security warning for the zxing, which depends on jcommander. Could we update the pom.xml?

moddx commented 1 year ago

I already provided a pull request for this last summer https://github.com/samdjstevens/java-totp/pull/48. @samdjstevens any chance to merge these changes or to add more maintainers?