This commit is contained in:
lancegin
2017-06-28 19:36:58 +08:00
parent ed46a8a364
commit c8853d9ae8
6 changed files with 67 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
/*
* @module : TOTP module to generate and verify TOTP password
* @author : Gin (gin.lance.inside@hotmail.com)
*/
class TOTP {
}