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
+9
View File
@@ -0,0 +1,9 @@
/*
* @module : BASE32 module to generate the random b32 key
* and decode the secret.
* @author : Gin (gin.lance.inside@hotmail.com)
*/
class Base32 {
}