CN111162996B - An optimization method and system for mail registration - Google Patents
An optimization method and system for mail registration Download PDFInfo
- Publication number
- CN111162996B CN111162996B CN201911380053.XA CN201911380053A CN111162996B CN 111162996 B CN111162996 B CN 111162996B CN 201911380053 A CN201911380053 A CN 201911380053A CN 111162996 B CN111162996 B CN 111162996B
- Authority
- CN
- China
- Prior art keywords
- mailbox
- specified
- verification
- telnet
- port
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L51/00—User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
- H04L51/42—Mailbox-related aspects, e.g. synchronisation of mailboxes
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/08—Network architectures or network communication protocols for network security for authentication of entities
- H04L63/083—Network architectures or network communication protocols for network security for authentication of entities using passwords
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L65/00—Network arrangements, protocols or services for supporting real-time applications in data packet communication
- H04L65/1066—Session management
- H04L65/1073—Registration or de-registration
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/50—Network services
- H04L67/51—Discovery or management thereof, e.g. service location protocol [SLP] or web services
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Business, Economics & Management (AREA)
- General Business, Economics & Management (AREA)
- Multimedia (AREA)
- Computer Hardware Design (AREA)
- Computer Security & Cryptography (AREA)
- Computing Systems (AREA)
- General Engineering & Computer Science (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
- Information Transfer Between Computers (AREA)
Abstract
Description
技术领域technical field
本发明涉及互联网的邮件注册技术领域,特别涉及一种邮件注册的优化方法及其系统。The invention relates to the technical field of mail registration on the Internet, in particular to an optimization method for mail registration and a system thereof.
背景技术Background technique
互联网的不断发展,现在大部分的网站平台都需要进行用户的注册才能够享受到更好的网络功能服务。目前,许多网络平台在注册账号时,都基本需要使用到邮箱地址、账号、短信、手机号码、电话语音校验等方式进行账号的验证。特别地,目前国家对于网络信息的安全保护进一步地往严格上提升,对互联网账号实施了实名认证。With the continuous development of the Internet, most website platforms now require user registration in order to enjoy better network function services. At present, many online platforms basically need to use email addresses, account numbers, text messages, mobile phone numbers, telephone voice verification and other methods for account verification when registering an account. In particular, the current state's security protection for network information has been further improved, and real-name authentication has been implemented for Internet accounts.
目前网络平台账号注册方式有如下:1、短信验证码交互;平台发送验证码到手机,用户输入,做一致性对比;2、电话语音,平台通过输入的手机号码,进行拨号交互确认号码跟人信息一致;3、邮箱地址,通常会在注册完后,给邮箱发送登陆连接(注册后的成功后)。At present, the online platform account registration methods are as follows: 1. SMS verification code interaction; the platform sends the verification code to the mobile phone, the user inputs it, and makes a consistency comparison; 2. Telephone voice, the platform uses the input mobile phone number to dial and interact to confirm the number with the person The information is consistent; 3. E-mail address, usually after registration, a login link will be sent to the mailbox (after successful registration).
上述的邮箱注册方式,存在一定的漏洞,即有些人,使用了一种10分钟邮箱,就是在某一邮箱运营商上临时注册一个邮箱账号,而邮箱账号就会在10分钟后失效或者被注销,注册个邮箱账号完全可以用虚假的信息。The above mailbox registration method has certain loopholes, that is, some people use a 10-minute mailbox, which is to temporarily register an mailbox account on a certain mailbox operator, and the mailbox account will be invalid or cancelled after 10 minutes. , registering an email account can completely use false information.
发明内容SUMMARY OF THE INVENTION
本发明要解决的技术问题在于,提供一种邮件注册的优化方法及其系统,用于优化注册邮箱信息的真实性、准确性以及有效性,提高了网络平台使用邮箱注册账号时的信息准确性。The technical problem to be solved by the present invention is to provide an optimization method and system for mail registration, which are used to optimize the authenticity, accuracy and validity of registered mailbox information, and improve the information accuracy when the network platform uses the mailbox to register an account. .
为解决上述技术问题,本发明提供如下技术方案:一种邮件注册的优化方法,包括以下步骤:In order to solve the above-mentioned technical problems, the present invention provides the following technical solutions: an optimization method for mail registration, comprising the following steps:
S1、用户输入邮箱账号进行平台账号的注册,平台对输入的邮箱账号进行检测,检测其是否已存在于平台系统内,若存在,则提示用户输入密码进行登录;若不存在,则对此邮箱记录于数据库内,并对邮箱的SMTP服务进行检查,包括:S1. The user enters an email account to register a platform account, and the platform detects the entered email account to detect whether it already exists in the platform system. If it exists, the user is prompted to enter a password to log in; if it does not exist, the mailbox Record in the database and check the SMTP service of the mailbox, including:
对SMTP服务进行telnet 25端口测试,判断其是否正常;Test the telnet 25 port of the SMTP service to determine whether it is normal;
以及对SMTP服务进行telnet 465端口测试,判断其是否正常;And test the telnet 465 port of the SMTP service to determine whether it is normal;
S2、若telnet 25端口和telnet 465端口任一判定为异常,则判定此邮箱无效,并提示邮箱无效;若telnet 25端口和telnet 465端口均判定为正常,则平台系统自动生成指定验证内容、有效验证时间段以及指定邮箱并发送给用户注册的邮箱;S2. If either the telnet port 25 or the telnet 465 port is judged to be abnormal, the mailbox will be judged to be invalid, and the mailbox will be prompted to be invalid; if both the telnet port 25 and the telnet 465 port are judged to be normal, the platform system will automatically generate the specified verification content, valid Verify the time period and specify the email address and send it to the registered email address of the user;
S3、用户需要使用所注册的邮箱编辑指定验证内容,并在有效验证时间段内把指定验证内容发送给指定邮箱;S3. The user needs to use the registered email address to edit the specified verification content, and send the specified verification content to the specified email address within the valid verification period;
S4、平台系统通过指定邮箱验证指定验证内容是否一致,若一致则通过邮箱注册,若不一致则不通过邮箱注册。S4. The platform system verifies whether the specified verification content is consistent through the specified email address. If it is consistent, it will be registered through the email address. If it is inconsistent, it will not be registered through the email address.
进一步地,所述步骤S2的指定验证内容包括验证字符串和验证代码,所述有效验证时间段为10分钟。Further, the specified verification content of the step S2 includes a verification string and a verification code, and the valid verification time period is 10 minutes.
本发明另一目的是提供一种邮件注册的优化系统,包括注册账号接收模块、邮箱账号验证模块、提示模块、数据库、SMTP服务检查模块以及指定邮箱验证模块;Another object of the present invention is to provide an optimization system for mail registration, including a registered account receiving module, a mailbox account verification module, a prompt module, a database, an SMTP service inspection module and a designated mailbox verification module;
所述注册账号接收模块用户接收注册用户输入的邮箱账号;The registered account receiving module user receives the email account entered by the registered user;
所述邮箱账号验证模块用于验证注册用户输入的邮箱账号是否已经存在于所述数据库中,若存在于所述数据库中,则通过所述提示模块提示用户输入密码进行登录;若不存在于所述数据库中,则通过所述SMTP服务检查模块检查邮箱的SMTP服务;The mailbox account verification module is used to verify whether the mailbox account entered by the registered user already exists in the database, and if it exists in the database, the prompt module prompts the user to enter a password to log in; In the database, then check the SMTP service of the mailbox by the SMTP service inspection module;
所述SMTP服务检查模块用于检查SMTP服务,包括:对SMTP服务进行telnet 25端口测试,判断其是否正常;以及对SMTP服务进行telnet 465端口测试,判断其是否正常;在telnet 25端口和telnet 465端口任一判定为异常情况下,所述MTP服务检查模块判定注册邮箱无效,并通过所述提示模块提示邮箱无效;The SMTP service checking module is used to check the SMTP service, including: performing a telnet 25 port test on the SMTP service to determine whether it is normal; and performing a telnet 465 port test on the SMTP service to determine whether it is normal; When any one of the ports is judged to be abnormal, the MTP service checking module judges that the registered mailbox is invalid, and prompts the mailbox to be invalid through the prompting module;
在telnet 25端口和telnet 465端口均判定为正常情况下,则所述指定邮箱验证模块用于生成指定验证内容、有效验证时间段以及指定邮箱并发送给用户注册的邮箱;When both the telnet 25 port and the telnet 465 port are judged to be normal, the specified mailbox verification module is used to generate the specified verification content, the valid verification time period and the specified mailbox and send it to the registered mailbox of the user;
所述指定邮箱验证模块还用于接收用户使用注册邮箱反馈的指定验证内容,并验证指定验证内容是否一致以及是否在有效验证时间段进行的反馈;若指定验证内容不一致或者不在有效验证时间段进行的反馈,则通过所述提示模块提示用户不通过邮箱注册;若指定验证内容一致以及是在有效验证时间段进行的反馈,则通过所述提示模块提示用户通过邮箱注册。The designated mailbox verification module is also used to receive the designated verification content fed back by the user using the registered mailbox, and to verify whether the designated verification content is consistent and whether the feedback is carried out in the valid verification time period; if the designated verification content is inconsistent or not carried out in the valid verification time period If the specified verification content is consistent and the feedback is in the valid verification time period, the prompt module will prompt the user to register through the mailbox.
采用上述技术方案后,本发明至少具有如下有益效果:本发明通过邮件交互,要求注册者主动发送邮件到平台去验证,降低了短信验证的投入成本,同时保证后续邮件提醒内容的有效性。After adopting the above technical solution, the present invention has at least the following beneficial effects: the present invention requires registrants to actively send emails to the platform for verification through email interaction, which reduces the input cost of short message verification and ensures the validity of subsequent email reminders.
附图说明Description of drawings
图1为本发明一种邮件注册的优化方法步骤流程图;Fig. 1 is the flow chart of the optimization method steps of a kind of mail registration of the present invention;
图2为本发明一种邮件注册的优化系统框架图。FIG. 2 is a frame diagram of an optimization system for mail registration according to the present invention.
具体实施方式Detailed ways
需要说明的是,在不冲突的情况下,本申请中的实施例及实施例中的特征可以相互结合,下面结合附图和具体实施例对本申请作进一步详细说明。It should be noted that the embodiments in the present application and the features in the embodiments may be combined with each other without conflict, and the present application will be further described in detail below with reference to the accompanying drawings and specific embodiments.
实施例1Example 1
本实施例公开了一种在平台上使用邮箱进行账号注册时的优化方法,适用于大部分的网站平台的邮箱账号注册,可以有效地对不合规邮箱进行过滤,避免恶性注册账号行为。This embodiment discloses an optimization method for using mailboxes for account registration on the platform, which is suitable for mailbox account registration on most website platforms, and can effectively filter non-compliant mailboxes to avoid malicious account registration behavior.
如图1所示,本实施例提供一种邮件注册的优化方法,步骤包括:As shown in FIG. 1, this embodiment provides an optimization method for email registration, the steps include:
S11、在平台网站上或者平台开发的软件程序上,对于平台的新用户需要进行平台账号的注册,平台账号可以使用电话号码注册或者使用邮箱账号注册,本实施例是优先采用优先进行邮箱账号的注册;S11. On the platform website or the software program developed by the platform, new users of the platform need to register the platform account. The platform account can be registered with a phone number or registered with an email account. In this embodiment, priority is given to the email account. register;
用户输入邮箱账号进行平台账号的注册,平台对输入的邮箱账号进行检测,检测其是否已存在于平台系统内,若存在,则提示用户输入密码直接进行登录即可;若不存在,则对此邮箱记录于数据库内,并对邮箱的SMTP服务进行检查,包括:The user enters the email account to register the platform account. The platform checks the entered email account to see if it already exists in the platform system. If it exists, it will prompt the user to enter the password to log in directly; if it does not exist, this The mailbox is recorded in the database, and the SMTP service of the mailbox is checked, including:
对SMTP服务进行telnet 25端口测试,判断其是否正常;Test the telnet 25 port of the SMTP service to determine whether it is normal;
以及对SMTP服务进行telnet 465端口测试,判断其是否正常;And test the telnet 465 port of the SMTP service to determine whether it is normal;
S12、若telnet 25端口和telnet 465端口任一判定为异常,即只要telnet 25端口或者telnet 465端口其中的一个检查出为异常,则判定此邮箱无效,并向注册用户提示提示邮箱无效;若telnet 25端口和telnet 465端口均判定为正常,则平台系统自动生成指定验证内容、有效验证时间段以及指定邮箱并发送给用户注册的邮箱;其中,指定验证内容可以是平台随机生成的字符串或者代码,均存放数据库,指定有效时间设为10分钟,指定有效时间可以根据实际情况进行调整或者根据用户大数据进行调整;S12. If either the telnet port 25 or the telnet 465 port is judged to be abnormal, that is, as long as one of the telnet port 25 or telnet 465 port is abnormal, it will be judged that the mailbox is invalid, and the registered user will be prompted that the mailbox is invalid; If both port 25 and port 465 of telnet are judged to be normal, the platform system will automatically generate the specified verification content, valid verification time period and the specified email address and send it to the registered email address of the user; the specified verification content can be a string or code randomly generated by the platform , are stored in the database, the specified valid time is set to 10 minutes, and the specified valid time can be adjusted according to the actual situation or according to the user's big data;
S13、用户需要使用所注册的邮箱编辑指定验证内容,并在有效验证时间段内把指定验证内容发送给指定邮箱;S13. The user needs to use the registered mailbox to edit the specified verification content, and send the specified verification content to the specified mailbox within the valid verification time period;
S14、平台系统通过指定邮箱验证指定验证内容是否一致,若一致则通过邮箱注册,若不一致则不通过邮箱注册。S14. The platform system verifies whether the specified verification contents are consistent through the specified email address. If they are consistent, they will be registered through the email address. If they are inconsistent, they will not be registered through the email address.
实施例2Example 2
本实施例实在实施例1方法基础上公开一种邮件注册的优化系统,如图2所示,包括了注册账号接收模块、邮箱账号验证模块、提示模块、数据库、SMTP服务检查模块以及指定邮箱验证模块;This embodiment discloses an optimization system for mail registration based on the method of Embodiment 1. As shown in FIG. 2 , it includes a registration account receiving module, a mailbox account verification module, a prompt module, a database, an SMTP service inspection module, and a designated mailbox verification module. module;
所述注册账号接收模块用户接收注册用户输入的邮箱账号;The registered account receiving module user receives the email account entered by the registered user;
所述邮箱账号验证模块用于验证注册用户输入的邮箱账号是否已经存在于所述数据库中,若存在于所述数据库中,则通过所述提示模块提示用户输入密码进行登录;若不存在于所述数据库中,则通过所述SMTP服务检查模块检查邮箱的SMTP服务;The mailbox account verification module is used to verify whether the mailbox account entered by the registered user already exists in the database, and if it exists in the database, the prompt module prompts the user to enter a password to log in; In the database, then check the SMTP service of the mailbox by the SMTP service inspection module;
所述SMTP服务检查模块用于检查SMTP服务,包括:对SMTP服务进行telnet 25端口测试,判断其是否正常;以及对SMTP服务进行telnet 465端口测试,判断其是否正常;在telnet 25端口和telnet 465端口任一判定为异常情况下,所述MTP服务检查模块判定注册邮箱无效,并通过所述提示模块提示邮箱无效;The SMTP service checking module is used to check the SMTP service, including: performing a telnet 25 port test on the SMTP service to determine whether it is normal; and performing a telnet 465 port test on the SMTP service to determine whether it is normal; When any one of the ports is judged to be abnormal, the MTP service checking module judges that the registered mailbox is invalid, and prompts the mailbox to be invalid through the prompting module;
在telnet 25端口和telnet 465端口均判定为正常情况下,则所述指定邮箱验证模块用于生成指定验证内容、有效验证时间段以及指定邮箱并发送给用户注册的邮箱;When both the telnet 25 port and the telnet 465 port are judged to be normal, the specified mailbox verification module is used to generate the specified verification content, the valid verification time period and the specified mailbox and send it to the registered mailbox of the user;
所述指定邮箱验证模块还用于接收用户使用注册邮箱反馈的指定验证内容,并验证指定验证内容是否一致以及是否在有效验证时间段进行的反馈;若指定验证内容不一致或者不在有效验证时间段进行的反馈,则通过所述提示模块提示用户不通过邮箱注册;若指定验证内容一致以及是在有效验证时间段进行的反馈,则通过所述提示模块提示用户通过邮箱注册。The designated mailbox verification module is also used to receive the designated verification content fed back by the user using the registered mailbox, and to verify whether the designated verification content is consistent and whether the feedback is carried out in the valid verification time period; if the designated verification content is inconsistent or not carried out in the valid verification time period If the specified verification content is consistent and the feedback is in the valid verification time period, the prompt module will prompt the user to register through the mailbox.
尽管已经示出和描述了本发明的实施例,对于本领域的普通技术人员而言,可以理解的是,在不脱离本发明的原理和精神的情况下可以对这些实施例进行多种等效的变化、修改、替换和变型,本发明的范围由所附权利要求及其等同范围限定。Although embodiments of the present invention have been shown and described, it will be understood by those skilled in the art that various equivalents may be made to these embodiments without departing from the principle and spirit of the invention Changes, modifications, substitutions and alterations, the scope of the invention is defined by the appended claims and their equivalents.
Claims (3)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201911380053.XA CN111162996B (en) | 2019-12-27 | 2019-12-27 | An optimization method and system for mail registration |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201911380053.XA CN111162996B (en) | 2019-12-27 | 2019-12-27 | An optimization method and system for mail registration |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| CN111162996A CN111162996A (en) | 2020-05-15 |
| CN111162996B true CN111162996B (en) | 2020-12-15 |
Family
ID=70558726
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN201911380053.XA Expired - Fee Related CN111162996B (en) | 2019-12-27 | 2019-12-27 | An optimization method and system for mail registration |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN111162996B (en) |
Families Citing this family (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN112836200A (en) * | 2021-02-02 | 2021-05-25 | 嘉应学院 | An IoT Paas Platform System |
| CN114978552B (en) * | 2022-06-15 | 2023-06-27 | 中国联合网络通信集团有限公司 | Security management method, device, equipment and medium of mailbox verification code |
Citations (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN1953425A (en) * | 2006-11-09 | 2007-04-25 | 华为技术有限公司 | A method to screen the mail and device and system |
| CN101669347A (en) * | 2007-04-23 | 2010-03-10 | 国际商业机器公司 | Method and apparatus for detecting port scans with fake source address |
| CN101682585A (en) * | 2007-06-29 | 2010-03-24 | 苹果公司 | Port Discovery and Messaging in Portable Electronic Devices |
| CN103581151A (en) * | 2012-08-07 | 2014-02-12 | 百度在线网络技术(北京)有限公司 | Method, system and client side for testing mailbox validity on line |
| CN106131093A (en) * | 2016-09-07 | 2016-11-16 | 四川秘无痕信息安全技术有限责任公司 | A kind of method carrying out verifying evidence obtaining for email login information |
| CN108270759A (en) * | 2017-01-03 | 2018-07-10 | 娄奥林 | A kind of method for detecting account number authenticity and validity |
| CN110460582A (en) * | 2019-07-12 | 2019-11-15 | 同盾控股有限公司 | A kind of detection method and device of risk email address |
Family Cites Families (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US10021062B2 (en) * | 2005-07-01 | 2018-07-10 | Cirius Messaging Inc. | Secure electronic mail system |
| CN104348916B (en) * | 2014-10-31 | 2017-12-12 | 北京奇虎科技有限公司 | A kind of Mail Clients automatic logging method and device |
| CN105141460A (en) * | 2015-09-09 | 2015-12-09 | 上海幻电信息科技有限公司 | Multi-platform based unified account system |
| US10305839B2 (en) * | 2015-11-17 | 2019-05-28 | Clover Leaf Environmental Solutions, Inc. | Electronic information system enabling email-based transactions with forms |
-
2019
- 2019-12-27 CN CN201911380053.XA patent/CN111162996B/en not_active Expired - Fee Related
Patent Citations (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN1953425A (en) * | 2006-11-09 | 2007-04-25 | 华为技术有限公司 | A method to screen the mail and device and system |
| CN101669347A (en) * | 2007-04-23 | 2010-03-10 | 国际商业机器公司 | Method and apparatus for detecting port scans with fake source address |
| CN101682585A (en) * | 2007-06-29 | 2010-03-24 | 苹果公司 | Port Discovery and Messaging in Portable Electronic Devices |
| CN103581151A (en) * | 2012-08-07 | 2014-02-12 | 百度在线网络技术(北京)有限公司 | Method, system and client side for testing mailbox validity on line |
| CN106131093A (en) * | 2016-09-07 | 2016-11-16 | 四川秘无痕信息安全技术有限责任公司 | A kind of method carrying out verifying evidence obtaining for email login information |
| CN108270759A (en) * | 2017-01-03 | 2018-07-10 | 娄奥林 | A kind of method for detecting account number authenticity and validity |
| CN110460582A (en) * | 2019-07-12 | 2019-11-15 | 同盾控股有限公司 | A kind of detection method and device of risk email address |
Also Published As
| Publication number | Publication date |
|---|---|
| CN111162996A (en) | 2020-05-15 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| KR101476611B1 (en) | Electronic message authentication | |
| US7221949B2 (en) | Method and system for enhanced security using location-based wireless authentication | |
| US8255983B2 (en) | Method and apparatus for email communication | |
| US20060059362A1 (en) | Automated password reset via an interactive voice response system | |
| US20060026246A1 (en) | System and method for authorizing delivery of E-mail and reducing spam | |
| US10044735B2 (en) | System and method for authentication of electronic communications | |
| US9009793B2 (en) | Dynamic pin dual factor authentication using mobile device | |
| CA2537455C (en) | Method and system for enhanced security using location-based wireless authentication | |
| KR101255362B1 (en) | Secure safe sender list | |
| CN106067849A (en) | A kind of digital signature method being applicable to PDF document and device | |
| CN108243404A (en) | Approval method, device and equipment for mobile phone number binding status | |
| CN112822172B (en) | Login verification method and device, electronic equipment and storage medium | |
| CN109992940B (en) | Authentication method, device, system and authentication server | |
| CN116015683B (en) | Authentication method, device, equipment and storage medium based on random key | |
| CN111162996B (en) | An optimization method and system for mail registration | |
| CN107645471A (en) | A kind of method and system for mobile terminal user identity certification | |
| CN107241362A (en) | Recognize the method and apparatus that identifying code inputs user identity | |
| CN116436663A (en) | A Method of Email Attack Detection | |
| CN115834147A (en) | Automatic processing method and device for abnormal mails | |
| US11297179B2 (en) | Systems for verifying identities of parties participating in distributed network communication | |
| US7917943B1 (en) | E-mail Stamping with accredited entity name | |
| CN108900525A (en) | The processing method and device of identifying code request | |
| TWI677834B (en) | Method for warning an unfamiliar email | |
| CN100514970C (en) | Method and device for improving e-mail safety | |
| KR101793958B1 (en) | Method for Preventing Voice Phishing by using Qualified Caller Information |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| PB01 | Publication | ||
| PB01 | Publication | ||
| SE01 | Entry into force of request for substantive examination | ||
| SE01 | Entry into force of request for substantive examination | ||
| GR01 | Patent grant | ||
| GR01 | Patent grant | ||
| CF01 | Termination of patent right due to non-payment of annual fee | ||
| CF01 | Termination of patent right due to non-payment of annual fee |
Granted publication date: 20201215 |