双因素认证(MFA)

This commit is contained in:
shimingxy
2020-05-15 16:22:49 +08:00
parent 304f065653
commit 12ad9ab84c
7 changed files with 127 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
package org.maxkey.crypto.password.opt.impl.sms.netease;
package org.maxkey.crypto.password.opt.impl.sms;
import com.aliyuncs.CommonRequest;
import com.aliyuncs.CommonResponse;

View File

@@ -1,4 +1,4 @@
package org.maxkey.crypto.password.opt.impl.sms.netease;
package org.maxkey.crypto.password.opt.impl.sms;
import com.tencentcloudapi.common.Credential;
import com.tencentcloudapi.common.profile.ClientProfile;

View File

@@ -1,4 +1,4 @@
package org.maxkey.crypto.password.opt.impl.sms.netease;
package org.maxkey.crypto.password.opt.impl.sms;
import java.util.ArrayList;
import java.util.Date;

View File

@@ -1,4 +1,4 @@
package org.maxkey.crypto.password.opt.impl.sms.netease;
package org.maxkey.crypto.password.opt.impl.sms;
import java.security.MessageDigest;