技术领域technical field
本发明涉及的是一种信息安全领域的技术,具体是一种文本相关声纹密码验证方法。The invention relates to a technology in the field of information security, in particular to a text-related voiceprint password verification method.
背景技术Background technique
声纹识别(Voiceprint Recognition)也称为说话人识别,分为说话人辨认和说话人确认。前者用以判断某段语音是若干人中的哪一个说的;而后者则是判断某段语音是否是特定人所说。任务不同,所采用的技术也不同。Voiceprint Recognition (Voiceprint Recognition), also known as speaker recognition, is divided into speaker identification and speaker confirmation. The former is used to judge which one of several people said a certain speech; while the latter is to judge whether a certain speech is spoken by a specific person. Different tasks require different techniques.
声纹密码验证是说话人确认的一种应用,该方法要求用户输入语音,并据此确认说话人身份。在该应用中用户注册及身份验证通常采用固定密码文本的语音输入(文本相关),消除了语音内容差异,因而其声纹往往更为一致,相应的可取得相比于文本无关的说话人确认更好的验证效果。目前常用声纹密码往往采用固定数字串(经典模式)或者随机数字串,相对于前者而言,后者最大的特点是能够很好的防止录音回放等攻击,极少数会采用文本无关。Voiceprint password verification is an application of speaker confirmation, which requires the user to input voice and confirm the identity of the speaker accordingly. In this application, user registration and identity verification usually use voice input of fixed password text (text-dependent), which eliminates the difference in voice content, so the voiceprint is often more consistent, and correspondingly can obtain speaker confirmation compared to text-independent Better verification effect. At present, commonly used voiceprint passwords often use fixed number strings (classic mode) or random number strings. Compared with the former, the biggest feature of the latter is that it can well prevent attacks such as recording playback, and very few use text-independent.
现有的声纹密码验证技术的缺点包括:文本无关方式注册、验证的语音数据多,验证过程慢,不适用于实时、用户声纹密码验证,用户体验也较差;文本相关的经典模式存在被窃听的安全风险,更可能受到录音回放的攻击;随机密码提示模式作为文本相关经典模式的一种变型,不存在内容保密性,且相对于文本相关经典模式准确率下降。由于上述的几种方案的各自缺点,声纹识别现阶段并没有得到大规模应用。The disadvantages of the existing voiceprint password verification technology include: text-independent registration and verification require a lot of voice data, the verification process is slow, it is not suitable for real-time, user voiceprint password verification, and the user experience is poor; text-related classic modes exist The security risk of being eavesdropped is more likely to be attacked by recording playback; as a variant of the text-related classic mode, the random password prompt mode has no content confidentiality, and its accuracy rate is lower than that of the text-related classic mode. Due to the respective shortcomings of the above-mentioned several solutions, voiceprint recognition has not been widely used at this stage.
发明内容Contents of the invention
本发明针对现有技术存在的上述不足,提出一种文本相关声纹密码验证方法,可以确保识别结果的准确率、安全性和实时性,并且方便用户使用。Aiming at the above-mentioned deficiencies in the prior art, the present invention proposes a text-related voiceprint password verification method, which can ensure the accuracy, security and real-time performance of the recognition result, and is convenient for users to use.
本发明是通过以下技术方案实现的:The present invention is achieved through the following technical solutions:
本发明涉及一种文本相关声纹密码验证方法,通过随机生成字符或字符串提示用户进行朗读,并将采集到的朗读音频中的声纹与预设的用户声纹模型进行对比分析,当内容正确且声纹一致时判定验证通过。The invention relates to a text-related voiceprint password verification method, which prompts the user to read aloud by randomly generating characters or character strings, and compares and analyzes the voiceprint in the collected reading audio with the preset user voiceprint model, when the content If it is correct and the voiceprint is consistent, it is determined that the verification is passed.
所述的声纹是指:声纹是通过声学信号特征和模型方法所提取的用户唯一的语音特性。The voiceprint refers to: the voiceprint is the user's unique voice characteristic extracted through acoustic signal features and model methods.
所述的声纹模型是指:使用用户的语音特性为其建立的身份模型。The voiceprint model refers to an identity model established for the user by using the voice characteristics of the user.
所述的预设是指:在进行声纹注册时,要求用户说出一个自定义字符串作为密码,根据用户朗读的语音信息建立声纹模型,以供声纹验证时调用。The preset refers to: when performing voiceprint registration, the user is required to say a custom character string as a password, and a voiceprint model is established according to the voice information read by the user, so as to be called during voiceprint verification.
所述的随机生成是指:随机从用户预设的作为密码的自定义字符串中抽取部分字符或部分字符串,并给出该部分字符或部分字符串的位置描述,提示用户说出该自定义字符串以及特定位置字符。The random generation refers to: randomly extract some characters or some character strings from the custom character string preset by the user as the password, and give the position description of the part characters or part character strings, and prompt the user to say the self-defined character string. Defines character strings with position-specific characters.
所述的对比分析是指:比较用户新提供的验证音频提取得到的声纹信息与其声学模型之间的相似程度,相似度高则接受,否则拒绝。The comparative analysis refers to: comparing the similarity between the voiceprint information extracted from the newly provided verification audio and the acoustic model provided by the user, if the similarity is high, it is accepted; otherwise, it is rejected.
所述的位置描述采用但不限于:部分字符或部分字符串位于自定义字符串中的相对位置。The position description adopts but is not limited to: the relative position of a part of characters or part of a character string in a custom character string.
所述的特定位置采用但不限于:自定义字符串中的首个字符、最后个字符或中间任一一个或多个位置的字符。The specific position adopts but is not limited to: the first character, the last character, or any one or more characters in the middle of the custom string.
本发明涉及一种实现上述方法的系统,包括:用户声纹模型数据库以及分别与之相连的声纹注册模块、密码生成模块和声纹验证模块,其中:声纹注册模块将注册用的声纹模型输出至用户声纹模型数据库,密码生成模块生成密码并提示用户录入,声纹验证模块对用户输入的信息进行声纹模型提取,并与模型数据库中预存的声纹模型进行验证比较。The present invention relates to a system for realizing the above method, comprising: a user voiceprint model database and a voiceprint registration module, a password generation module and a voiceprint verification module respectively connected thereto, wherein: the voiceprint registration module uses the voiceprint for registration The model is output to the user voiceprint model database, the password generation module generates a password and prompts the user to input, the voiceprint verification module extracts the voiceprint model from the information input by the user, and verifies and compares it with the voiceprint model pre-stored in the model database.
技术效果technical effect
与现有技术相比,本发明由于每次随机内容不一样,窃听者无从得知原始密码及组合方法,降低了因遭遇窃听而泄露密码的安全风险,更避免了录音回放攻击;其次,相对于随机密码提示模式,具有内容保密性,且准确率更高,并且所需注册音频时间短,识别准确率高,用户体验好。Compared with the prior art, the present invention has different random content each time, and the eavesdropper has no way of knowing the original password and combination method, which reduces the security risk of leaking the password due to eavesdropping, and avoids recording and playback attacks; secondly, relatively Based on the random password prompt mode, it has content confidentiality and higher accuracy, and the required registration audio time is short, the recognition accuracy is high, and the user experience is good.
附图说明Description of drawings
图1为本发明系统结构图;Fig. 1 is a system structure diagram of the present invention;
图2为本发明流程图。Fig. 2 is a flowchart of the present invention.
具体实施方式detailed description
如图1所示,本实施例涉及一种文本相关声纹密码验证系统,包括:用户声纹模型数据库以及分别与之相连的声纹注册模块、密码生成模块和声纹验证模块,其中:声纹注册模块将注册用的声纹模型输出至用户声纹模型数据库,密码生成模块生成密码并提示用户录入,声纹验证模块对用户输入的信息进行声纹模型提取,并与模型数据库中预存的声纹模型进行验证比较。As shown in Figure 1, this embodiment relates to a text-related voiceprint password verification system, including: a user voiceprint model database and a voiceprint registration module, a password generation module, and a voiceprint verification module respectively connected thereto, wherein: The fingerprint registration module outputs the voiceprint model for registration to the user voiceprint model database, the password generation module generates a password and prompts the user to input, the voiceprint verification module extracts the voiceprint model from the information input by the user, and compares it with the pre-stored password in the model database. The voiceprint model was verified and compared.
所述的声纹注册模块包括:用来采集用户声纹信息的声纹录入单元、根据采集到的声纹信息为用户建立声纹模型并存入用户声纹模型数据库中的模型训练单元。The voiceprint registration module includes: a voiceprint entry unit for collecting user voiceprint information, and a model training unit for establishing a voiceprint model for the user according to the collected voiceprint information and storing it in the user voiceprint model database.
所述的密码生成模块包括:用于选取随机位置的随机位置生成单元、用于确定所选取的位置的描述,如第4位或者倒数第2位等不同描述方法的位置描述单元、用于确定对所选取的位置进行变换,如所选位置是数字可进行加1操作等的变换方式生成单元以及用于校验经过前三个模块产生的密码描述是否合法并输出至用户的描述合法性校验单元。The password generation module includes: a random position generation unit for selecting a random position, a description for determining the selected position, such as a position description unit of different description methods such as the 4th or penultimate position, and a position description unit for determining Transform the selected position, if the selected position is a number, it can be added to the conversion mode generation unit such as 1 operation, and is used to verify whether the password description generated by the first three modules is legal and output to the user's description legality check test unit.
所述的声纹验证模块包括:用于根据密码生成模块生成的新密码变换原油声纹模型为新密码相关的声纹模型的声纹模型变换单元、用于采集用户根据密码生成模块生成的密码描述读出的新密码的声纹信息的用户验证录入单元以及根据新模型和用户验证声纹信息信息作出是否允许用户通过系统验证的决策的声纹验证决策单元。The voiceprint verification module includes: a voiceprint model conversion unit for converting the crude oil voiceprint model into a voiceprint model related to the new password according to the new password generated by the password generation module, and a voiceprint model conversion unit for collecting the password generated by the user according to the password generation module. A user verification input unit that describes the voiceprint information of the read new password, and a voiceprint verification decision-making unit that makes a decision whether to allow the user to pass the system verification according to the new model and the user verification voiceprint information.
如图2所示,本实施例包括以下详细操作步骤:As shown in Figure 2, this embodiment includes the following detailed steps:
步骤1)声纹注册,声纹录入单元采集用户录入的多遍自定义密码。Step 1) voiceprint registration, the voiceprint entry unit collects multiple times of custom passwords entered by the user.
步骤2)声纹模型训练,模型训练单元根据采集到的声纹信息为用户建立声纹模型并存入用户声纹模型数据库中。Step 2) voiceprint model training, the model training unit builds a voiceprint model for the user according to the collected voiceprint information and stores it in the user voiceprint model database.
步骤3)验证密码生成,由密码生成模块四个子模块协作完成:随机位置生成单元选取随机位置,位置描述单元决定如何描述所选取的位置,变换方式生成单元决定如何对所选取的位置进行变换,生成验证密码描述,经由描述合法性校验单元校验合法后将最终的密码描述传输给声纹模型变换单元并提示给用户。Step 3) Verify that the password is generated, which is completed by the cooperation of four sub-modules of the password generation module: the random position generation unit selects a random position, the position description unit determines how to describe the selected position, and the transformation method generation unit determines how to transform the selected position. The verification password description is generated, and the final password description is transmitted to the voiceprint model conversion unit and prompted to the user after being verified to be legal by the description legality verification unit.
步骤4)验证声纹模型生成,声纹模型变换单元负责根据密码生成模块生成的密码描述变换原油声纹模型为新密码相关的声纹模型。Step 4) Verify the generation of the voiceprint model, and the voiceprint model conversion unit is responsible for transforming the crude oil voiceprint model into a voiceprint model related to the new password according to the password description generated by the password generation module.
步骤5)用户声纹验证,用户验证录入单元采集用户根据密码生成模块生成的密码描述读出的新密码的声纹信息。声纹验证决策模块根据新模型和用户验证声纹信息信息作出是否允许用户通过系统验证的决策。Step 5) User voiceprint verification, the user verification entry unit collects the voiceprint information of the new password read out by the user according to the password description generated by the password generation module. The voiceprint verification decision-making module makes a decision whether to allow the user to pass the system verification according to the new model and the user verification voiceprint information.
使用例一Example 1
进行声纹注册时,用户自定义密码“234524”,连续录入三遍,完成注册过程。When performing voiceprint registration, the user defines the password "234524" and enters it three times in a row to complete the registration process.
进行声纹验证时,系统提示When performing voiceprint verification, the system prompts
“拼接方式:后缀拼接"Splicing method: suffix splicing
位置描述:倒数第二位数字Position description: second to last digit
变换方式:无”Transformation method: none"
用户读出“2345242”。内容正确且声纹一致则验证通过,否则系统拒绝。The user reads "2345242". If the content is correct and the voiceprint is consistent, the verification will pass, otherwise the system will reject it.
使用例二Example 2
进行声纹注册时,用户自定义密码“2345242”,连续录入三遍,完成注册过程。When performing voiceprint registration, the user defines the password "2345242" and enters it three times in a row to complete the registration process.
2.进行声纹验证时,系统提示2. When performing voiceprint verification, the system prompts
“拼接方式:前缀拼接"Splicing method: prefix splicing
位置描述:第1位数字Position description: 1st digit
变换方式:+1”Transformation method: +1"
用户读出“3234524”。内容正确且声纹一致则验证通过,否则系统拒绝。The user reads "3234524". If the content is correct and the voiceprint is consistent, the verification will pass, otherwise the system will reject it.
使用例三Example 3
1.进行声纹注册时,用户自定义密码“234524”,连续录入三遍,完成注册过程。1. When performing voiceprint registration, the user defines the password "234524" and enters it three times in a row to complete the registration process.
进行声纹验证时,系统提示When performing voiceprint verification, the system prompts
“拼接方式:后缀拼接"Splicing method: suffix splicing
位置描述:偶数位置数字Position description: Even position numbers
变换方式:无”Transformation method: none"
2.用户读出“234524354”。内容正确且声纹一致则验证通过,否则系统拒绝。2. The user reads "234524354". If the content is correct and the voiceprint is consistent, the verification will pass, otherwise the system will reject it.
使用例四Example 4
1.进行声纹注册时,用户自定义密码“新年快乐121”,连续录入三遍,完成注册过程。1. When registering voiceprint, the user defines the password "Happy New Year 121" and enters it three times in a row to complete the registration process.
进行声纹验证时,系统提示When performing voiceprint verification, the system prompts
“拼接方式:后缀拼接"Splicing method: suffix splicing
位置描述:第一位汉字Position description: the first Chinese character
变换方式:无”Transformation method: none"
用户读出“新年快乐121新”。内容正确且声纹一致则验证通过,否则系统拒绝。The user reads "Happy New Year 121 New". If the content is correct and the voiceprint is consistent, the verification will pass, otherwise the system will reject it.
上述具体实施可由本领域技术人员在不背离本发明原理和宗旨的前提下以不同的方式对其进行局部调整,本发明的保护范围以权利要求书为准且不由上述具体实施所限,在其范围内的各个实现方案均受本发明之约束。The above specific implementation can be partially adjusted in different ways by those skilled in the art without departing from the principle and purpose of the present invention. The scope of protection of the present invention is subject to the claims and is not limited by the above specific implementation. Each implementation within the scope is bound by the invention.
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201610246535.6ACN105913850B (en) | 2016-04-20 | 2016-04-20 | Text correlation vocal print method of password authentication |
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201610246535.6ACN105913850B (en) | 2016-04-20 | 2016-04-20 | Text correlation vocal print method of password authentication |
| Publication Number | Publication Date |
|---|---|
| CN105913850Atrue CN105913850A (en) | 2016-08-31 |
| CN105913850B CN105913850B (en) | 2019-05-28 |
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN201610246535.6AActiveCN105913850B (en) | 2016-04-20 | 2016-04-20 | Text correlation vocal print method of password authentication |
| Country | Link |
|---|---|
| CN (1) | CN105913850B (en) |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN106531171A (en)* | 2016-10-13 | 2017-03-22 | 普强信息技术(北京)有限公司 | Method for realizing dynamic voiceprint password system |
| CN107393541A (en)* | 2017-08-29 | 2017-11-24 | 百度在线网络技术(北京)有限公司 | Information Authentication method and apparatus |
| CN107492379A (en)* | 2017-06-30 | 2017-12-19 | 百度在线网络技术(北京)有限公司 | A kind of voice-print creation and register method and device |
| CN109087647A (en)* | 2018-08-03 | 2018-12-25 | 平安科技(深圳)有限公司 | Application on Voiceprint Recognition processing method, device, electronic equipment and storage medium |
| CN109473107A (en)* | 2018-12-03 | 2019-03-15 | 厦门快商通信息技术有限公司 | A kind of relevant method for recognizing sound-groove of text half and system |
| CN110021307A (en)* | 2019-04-04 | 2019-07-16 | Oppo广东移动通信有限公司 | Audio verification method and device, storage medium and electronic equipment |
| CN110502886A (en)* | 2019-08-16 | 2019-11-26 | 广州国音智能科技有限公司 | Multi-factor authentication method, device, terminal and computer storage medium |
| CN110517695A (en)* | 2019-09-11 | 2019-11-29 | 国微集团(深圳)有限公司 | Verification method and device based on vocal print |
| CN110570869A (en)* | 2019-08-09 | 2019-12-13 | 科大讯飞股份有限公司 | Method, device, equipment and storage medium for voiceprint recognition |
| CN111445904A (en)* | 2018-12-27 | 2020-07-24 | 北京奇虎科技有限公司 | Cloud-based voice control method, device and electronic device |
| CN111883141A (en)* | 2020-07-27 | 2020-11-03 | 李林林 | A text semi-correlated voiceprint recognition method and system |
| CN116612766A (en)* | 2023-07-14 | 2023-08-18 | 北京中电慧声科技有限公司 | Conference system with voiceprint registration function and voiceprint registration method |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN102222502A (en)* | 2011-05-16 | 2011-10-19 | 上海先先信息科技有限公司 | Effective way for voice verification by Chinese text-prompted mode |
| CN102254559A (en)* | 2010-05-20 | 2011-11-23 | 盛乐信息技术(上海)有限公司 | Identity authentication system and method based on vocal print |
| CN102413100A (en)* | 2010-09-25 | 2012-04-11 | 盛乐信息技术(上海)有限公司 | Voiceprint authentication system for voiceprint password picture prompt and implementation method thereof |
| CN102543084A (en)* | 2010-12-29 | 2012-07-04 | 盛乐信息技术(上海)有限公司 | Online voiceprint recognition system and implementation method thereof |
| CN102708867A (en)* | 2012-05-30 | 2012-10-03 | 北京正鹰科技有限责任公司 | Method and system for identifying faked identity by preventing faked recordings based on voiceprint and voice |
| US9147400B2 (en)* | 2011-12-21 | 2015-09-29 | Sri International | Method and apparatus for generating speaker-specific spoken passwords |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN102254559A (en)* | 2010-05-20 | 2011-11-23 | 盛乐信息技术(上海)有限公司 | Identity authentication system and method based on vocal print |
| CN102413100A (en)* | 2010-09-25 | 2012-04-11 | 盛乐信息技术(上海)有限公司 | Voiceprint authentication system for voiceprint password picture prompt and implementation method thereof |
| CN102543084A (en)* | 2010-12-29 | 2012-07-04 | 盛乐信息技术(上海)有限公司 | Online voiceprint recognition system and implementation method thereof |
| CN102222502A (en)* | 2011-05-16 | 2011-10-19 | 上海先先信息科技有限公司 | Effective way for voice verification by Chinese text-prompted mode |
| US9147400B2 (en)* | 2011-12-21 | 2015-09-29 | Sri International | Method and apparatus for generating speaker-specific spoken passwords |
| CN102708867A (en)* | 2012-05-30 | 2012-10-03 | 北京正鹰科技有限责任公司 | Method and system for identifying faked identity by preventing faked recordings based on voiceprint and voice |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN106531171A (en)* | 2016-10-13 | 2017-03-22 | 普强信息技术(北京)有限公司 | Method for realizing dynamic voiceprint password system |
| CN106531171B (en)* | 2016-10-13 | 2020-02-11 | 普强信息技术(北京)有限公司 | Method for realizing dynamic voiceprint password system |
| CN107492379A (en)* | 2017-06-30 | 2017-12-19 | 百度在线网络技术(北京)有限公司 | A kind of voice-print creation and register method and device |
| CN107492379B (en)* | 2017-06-30 | 2021-09-21 | 百度在线网络技术(北京)有限公司 | Voiceprint creating and registering method and device |
| WO2019000832A1 (en)* | 2017-06-30 | 2019-01-03 | 百度在线网络技术(北京)有限公司 | Method and apparatus for voiceprint creation and registration |
| US11100934B2 (en) | 2017-06-30 | 2021-08-24 | Baidu Online Network Technology (Beijing) Co., Ltd. | Method and apparatus for voiceprint creation and registration |
| CN107393541A (en)* | 2017-08-29 | 2017-11-24 | 百度在线网络技术(北京)有限公司 | Information Authentication method and apparatus |
| CN107393541B (en)* | 2017-08-29 | 2021-05-07 | 百度在线网络技术(北京)有限公司 | Information verification method and device |
| WO2020024415A1 (en)* | 2018-08-03 | 2020-02-06 | 平安科技(深圳)有限公司 | Voiceprint recognition processing method and apparatus, electronic device and storage medium |
| CN109087647A (en)* | 2018-08-03 | 2018-12-25 | 平安科技(深圳)有限公司 | Application on Voiceprint Recognition processing method, device, electronic equipment and storage medium |
| CN109473107B (en)* | 2018-12-03 | 2020-12-22 | 厦门快商通信息技术有限公司 | Text semi-correlation voiceprint recognition method and system |
| CN109473107A (en)* | 2018-12-03 | 2019-03-15 | 厦门快商通信息技术有限公司 | A kind of relevant method for recognizing sound-groove of text half and system |
| CN111445904A (en)* | 2018-12-27 | 2020-07-24 | 北京奇虎科技有限公司 | Cloud-based voice control method, device and electronic device |
| CN110021307A (en)* | 2019-04-04 | 2019-07-16 | Oppo广东移动通信有限公司 | Audio verification method and device, storage medium and electronic equipment |
| CN110570869A (en)* | 2019-08-09 | 2019-12-13 | 科大讯飞股份有限公司 | Method, device, equipment and storage medium for voiceprint recognition |
| CN110570869B (en)* | 2019-08-09 | 2022-01-14 | 科大讯飞股份有限公司 | Voiceprint recognition method, device, equipment and storage medium |
| CN110502886A (en)* | 2019-08-16 | 2019-11-26 | 广州国音智能科技有限公司 | Multi-factor authentication method, device, terminal and computer storage medium |
| CN110502886B (en)* | 2019-08-16 | 2022-05-27 | 广州国音智能科技有限公司 | Multi-factor authentication method, device, terminal and computer storage medium |
| CN110517695A (en)* | 2019-09-11 | 2019-11-29 | 国微集团(深圳)有限公司 | Verification method and device based on vocal print |
| CN111883141A (en)* | 2020-07-27 | 2020-11-03 | 李林林 | A text semi-correlated voiceprint recognition method and system |
| CN116612766A (en)* | 2023-07-14 | 2023-08-18 | 北京中电慧声科技有限公司 | Conference system with voiceprint registration function and voiceprint registration method |
| CN116612766B (en)* | 2023-07-14 | 2023-11-17 | 北京中电慧声科技有限公司 | Conference system with voiceprint registration function and voiceprint registration method |
| Publication number | Publication date |
|---|---|
| CN105913850B (en) | 2019-05-28 |
| Publication | Publication Date | Title |
|---|---|---|
| CN105913850A (en) | Text related vocal print password verification method | |
| CN106782572B (en) | Voice password authentication method and system | |
| US7386448B1 (en) | Biometric voice authentication | |
| JP6567040B2 (en) | Voiceprint login method and device based on artificial intelligence | |
| US8139723B2 (en) | Voice authentication system and method using a removable voice ID card | |
| US7447632B2 (en) | Voice authentication system | |
| US8812319B2 (en) | Dynamic pass phrase security system (DPSS) | |
| CN102543084A (en) | Online voiceprint recognition system and implementation method thereof | |
| JP4463526B2 (en) | Voiceprint authentication system | |
| CN105933323B (en) | Voiceprint registration, authentication method and device | |
| CN104064189A (en) | Vocal print dynamic password modeling and verification method | |
| CN105933272A (en) | Voiceprint recognition method capable of preventing recording attack, server, terminal, and system | |
| CN108319829B (en) | Voiceprint verification method and device | |
| CN101231737A (en) | A system and method for enhancing the security of online banking transactions | |
| CN102737634A (en) | Authentication method and device based on voice | |
| CN102402985A (en) | Voiceprint authentication system for improving voiceprint identification security and implementation method thereof | |
| EP3248188B1 (en) | Authentication method | |
| GB2465436A (en) | Apparatus and method for generating and verifying a voice signature of a message using pronounceable symbols | |
| CN106448685A (en) | System and method for identifying voice prints based on phoneme information | |
| CN110750774B (en) | Identity recognition method and device | |
| Saquib et al. | A survey on automatic speaker recognition systems | |
| CN111091837A (en) | A time-varying voiceprint authentication method and system based on online learning | |
| CN104269170B (en) | A kind of ERP authorities audio recognition method | |
| CN102222502A (en) | Effective way for voice verification by Chinese text-prompted mode | |
| WO2022236386A1 (en) | Access control system |
| Date | Code | Title | Description |
|---|---|---|---|
| C06 | Publication | ||
| PB01 | Publication | ||
| C10 | Entry into substantive examination | ||
| SE01 | Entry into force of request for substantive examination | ||
| GR01 | Patent grant | ||
| GR01 | Patent grant | ||
| TR01 | Transfer of patent right | ||
| TR01 | Transfer of patent right | Effective date of registration:20200617 Address after:Room 105G, 199 GuoShoujing Road, Pudong New Area, Shanghai, 200120 Patentee after:Shanghai Jiaotong University Intellectual Property Management Co.,Ltd. Address before:200240 Dongchuan Road, Shanghai, No. 800, No. Patentee before:SHANGHAI JIAO TONG University | |
| TR01 | Transfer of patent right | ||
| TR01 | Transfer of patent right | Effective date of registration:20201028 Address after:215123 14 Tengfei Innovation Park, 388 Xinping street, Suzhou Industrial Park, Suzhou, Jiangsu. Patentee after:AI SPEECH Ltd. Address before:Room 105G, 199 GuoShoujing Road, Pudong New Area, Shanghai, 200120 Patentee before:Shanghai Jiaotong University Intellectual Property Management Co.,Ltd. | |
| CP01 | Change in the name or title of a patent holder | ||
| CP01 | Change in the name or title of a patent holder | Address after:215123 14 Tengfei Innovation Park, 388 Xinping street, Suzhou Industrial Park, Suzhou, Jiangsu. Patentee after:Sipic Technology Co.,Ltd. Address before:215123 14 Tengfei Innovation Park, 388 Xinping street, Suzhou Industrial Park, Suzhou, Jiangsu. Patentee before:AI SPEECH Ltd. |